diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-21 17:20:05 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-21 17:27:57 +0500 |
commit | cd3441751d939c06390a850f3457b67abab365a9 (patch) | |
tree | e0195d332db2f4d95b9d56d85774ec7930e22f62 /web/app/store | |
parent | 364ae5f1862d9d416fc27f9fc56b04c23778d612 (diff) | |
download | trackermap-web-cd3441751d939c06390a850f3457b67abab365a9.tar.gz trackermap-web-cd3441751d939c06390a850f3457b67abab365a9.tar.bz2 trackermap-web-cd3441751d939c06390a850f3457b67abab365a9.zip |
Rename "hidden" to "hide"
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/CommonUserAttributes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js index d6b0b10e..eadb1c59 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', |