From 6c8e4716489bc5d05a0c7794ee1cee342de417e3 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 18 Apr 2017 09:01:50 +0500 Subject: Remove shared prefix --- web/app/store/GroupAttributes.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/app/store/GroupAttributes.js') diff --git a/web/app/store/GroupAttributes.js b/web/app/store/GroupAttributes.js index 5ef2aa0..35caa8c 100644 --- a/web/app/store/GroupAttributes.js +++ b/web/app/store/GroupAttributes.js @@ -22,23 +22,23 @@ Ext.define('Traccar.store.GroupAttributes', { data: [{ key: 'speedLimit', - name: Strings.sharedAttributeSpeedLimit, + name: Strings.attributeSpeedLimit, type: 'number' }, { key: 'report.ignoreOdometer', - name: Strings.sharedAttributeReportIgnoreOdometer, + name: Strings.attributeReportIgnoreOdometer, type: 'boolean' }, { key: 'maintenance.start', - name: Strings.sharedAttributeMaintenanceStart, + name: Strings.attributeMaintenanceStart, type: 'number' }, { key: 'maintenance.interval', - name: Strings.sharedAttributeMaintenanceInterval, + name: Strings.attributeMaintenanceInterval, type: 'number' }, { key: 'processing.copyAttributes', - name: Strings.sharedAttributeProcessingCopyAttributes, + name: Strings.attributeProcessingCopyAttributes, type: 'string' }] }); -- cgit v1.2.3