diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-15 16:39:59 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-15 16:39:59 +0500 |
commit | 0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (patch) | |
tree | 28fdcad475947b7c00fac089e00ded93f84b4f77 /web/app/view/CalendarDialog.js | |
parent | 917b1064c735486e37439d6d0e6d6d3642521297 (diff) | |
download | trackermap-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.tar.gz trackermap-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.tar.bz2 trackermap-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.zip |
Make strings more common
Diffstat (limited to 'web/app/view/CalendarDialog.js')
-rw-r--r-- | web/app/view/CalendarDialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/CalendarDialog.js b/web/app/view/CalendarDialog.js index 793f6ab2..2609a6da 100644 --- a/web/app/view/CalendarDialog.js +++ b/web/app/view/CalendarDialog.js @@ -36,12 +36,12 @@ Ext.define('Traccar.view.CalendarDialog', { }, { xtype: 'filefield', name: 'file', - fieldLabel: Strings.calendarFile, + fieldLabel: Strings.sharedFile, allowBlank: false, buttonConfig: { glyph: 'xf093@FontAwesome', text: '', - tooltip: Strings.calendarSelect, + tooltip: Strings.sharedSelectFile, tooltipType: 'title', minWidth: 0 }, |