aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/BaseEditDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
commit8416025e932669550c166cfc4263d55c149eed89 (patch)
tree904f1c29af8b76784583da62fe85a270d5c01e9a /web/app/view/BaseEditDialog.js
parent04e63f9b42991008843f3f9d1788fa6933bd57b3 (diff)
downloadtraccar-server-8416025e932669550c166cfc4263d55c149eed89.tar.gz
traccar-server-8416025e932669550c166cfc4263d55c149eed89.tar.bz2
traccar-server-8416025e932669550c166cfc4263d55c149eed89.zip
Rename strings global variable
Diffstat (limited to 'web/app/view/BaseEditDialog.js')
-rw-r--r--web/app/view/BaseEditDialog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/BaseEditDialog.js b/web/app/view/BaseEditDialog.js
index 81831e2fb..bf1e52749 100644
--- a/web/app/view/BaseEditDialog.js
+++ b/web/app/view/BaseEditDialog.js
@@ -20,10 +20,10 @@
extend: 'Traccar.view.BaseDialog',
buttons: [{
- text: strings.sharedSave,
+ text: Strings.sharedSave,
handler: 'onSaveClick'
}, {
- text: strings.sharedCancel,
+ text: Strings.sharedCancel,
handler: 'closeView'
}]
});