From 8416025e932669550c166cfc4263d55c149eed89 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 21:39:38 +1300 Subject: Rename strings global variable --- web/app/view/BaseEditDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/BaseEditDialog.js') 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' }] }); -- cgit v1.2.3