aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/State.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-11-13 16:48:52 +0500
committerAbyss777 <abyss@fox5.ru>2017-11-13 16:48:52 +0500
commitbe7876d44dd63d9c7fc1b6e61f0caa01b1bb423e (patch)
tree73dd4ee8cdb7d33d0947ec6d853fc7a2a9da984e /web/app/view/State.js
parent6c765684b17b62e3be8f47c0d0cfa925bc94c2c8 (diff)
downloadetbsa-traccar-web-be7876d44dd63d9c7fc1b6e61f0caa01b1bb423e.tar.gz
etbsa-traccar-web-be7876d44dd63d9c7fc1b6e61f0caa01b1bb423e.tar.bz2
etbsa-traccar-web-be7876d44dd63d9c7fc1b6e61f0caa01b1bb423e.zip
Rename string to "shared"
Diffstat (limited to 'web/app/view/State.js')
-rw-r--r--web/app/view/State.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js
index d4c56d7..95529a4 100644
--- a/web/app/view/State.js
+++ b/web/app/view/State.js
@@ -65,7 +65,7 @@ Ext.define('Traccar.view.State', {
metaData.tdCls = 'view-color-red';
} else if (record.get('name') === Strings.positionAddress && !value) {
return '<a href="#" onclick="Ext.fireEvent(\'stategeocode\')" >' +
- Strings.stateShowAddress + '</a>';
+ Strings.sharedShowAddress + '</a>';
}
return value;
}