From 0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 15 Dec 2016 16:39:59 +0500 Subject: Make strings more common --- web/app/view/CalendarDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view') diff --git a/web/app/view/CalendarDialog.js b/web/app/view/CalendarDialog.js index 793f6ab..2609a6d 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 }, -- cgit v1.2.3