From ac2564c75e4fb96d3415509ae5517625564bbb87 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Tue, 11 Aug 2020 17:46:53 +0300 Subject: [PATCH] Fix parameter name map --- .../src/app/modules/home/components/widget/lib/maps/schemes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/maps/schemes.ts b/ui-ngx/src/app/modules/home/components/widget/lib/maps/schemes.ts index 4adc5aacc1..47a0b4ac8a 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/maps/schemes.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/maps/schemes.ts @@ -243,7 +243,7 @@ export const commonMapSettingsSchema = default: false }, mapPageSize: { - title: 'Map page size load entities', + title: 'Limit of entities to load', type: 'number', default: 16384 },