aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/BaseEditDialog.js
diff options
context:
space:
mode:
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'
}]
});