diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-29 07:32:37 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-29 07:32:37 +0500 |
commit | 36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1 (patch) | |
tree | f4f8ab6a9b0ed2ed76b612daddd010a0e419ee42 /web/app/view/AttributeDialog.js | |
parent | 77eab0f1f5c9c0f9cb13ac435251911b27bbc122 (diff) | |
download | trackermap-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.tar.gz trackermap-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.tar.bz2 trackermap-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.zip |
Minor fixes
Diffstat (limited to 'web/app/view/AttributeDialog.js')
-rw-r--r-- | web/app/view/AttributeDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/AttributeDialog.js b/web/app/view/AttributeDialog.js index 6ba7aeedf..be06b7576 100644 --- a/web/app/view/AttributeDialog.js +++ b/web/app/view/AttributeDialog.js @@ -22,7 +22,7 @@ Ext.define('Traccar.view.AttributeDialog', { ], controller: 'baseEditDialog', - title: Strings.stateName, + title: Strings.sharedAttribute, items: { xtype: 'form', |