aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/ServerAttributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/ServerAttributes.js')
-rw-r--r--web/app/store/ServerAttributes.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/ServerAttributes.js b/web/app/store/ServerAttributes.js
index 34431423..71705e04 100644
--- a/web/app/store/ServerAttributes.js
+++ b/web/app/store/ServerAttributes.js
@@ -22,19 +22,19 @@ Ext.define('Traccar.store.ServerAttributes', {
data: [{
key: 'speedLimit',
- name: Strings.sharedAttributeSpeedLimit,
+ name: Strings.attributeSpeedLimit,
type: 'number'
}, {
key: 'maintenance.start',
- name: Strings.sharedAttributeMaintenanceStart,
+ name: Strings.attributeMaintenanceStart,
type: 'number'
}, {
key: 'maintenance.interval',
- name: Strings.sharedAttributeMaintenanceInterval,
+ name: Strings.attributeMaintenanceInterval,
type: 'number'
}, {
key: 'web.liveRouteLength',
- name: Strings.sharedAttributeWebLiveRouteLength,
+ name: Strings.attributeWebLiveRouteLength,
type: 'number',
allowDecimals: false
}]