aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-21 17:20:05 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-21 17:27:57 +0500
commitcd3441751d939c06390a850f3457b67abab365a9 (patch)
treee0195d332db2f4d95b9d56d85774ec7930e22f62 /web/app/store
parent364ae5f1862d9d416fc27f9fc56b04c23778d612 (diff)
downloadetbsa-traccar-web-cd3441751d939c06390a850f3457b67abab365a9.tar.gz
etbsa-traccar-web-cd3441751d939c06390a850f3457b67abab365a9.tar.bz2
etbsa-traccar-web-cd3441751d939c06390a850f3457b67abab365a9.zip
Rename "hidden" to "hide"
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/CommonUserAttributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js
index d6b0b10..eadb1c5 100644
--- a/web/app/store/CommonUserAttributes.js
+++ b/web/app/store/CommonUserAttributes.js
@@ -59,8 +59,8 @@ Ext.define('Traccar.store.CommonUserAttributes', {
name: Strings.attributeUiDisableCalendars,
valueType: 'boolean'
}, {
- key: 'ui.hiddenPositionAttributes',
- name: Strings.attributeUiHiddenPositionAttributes,
+ key: 'ui.hidePositionAttributes',
+ name: Strings.attributeUiHidePositionAttributes,
valueType: 'string'
}, {
key: 'distanceUnit',