From bb396f57083ef93ac64c69054ff2397052a1a209 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 28 Nov 2016 15:02:41 +0500 Subject: Use String --- web/app/view/Login.js | 2 +- web/l10n/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/view/Login.js b/web/app/view/Login.js index 6161227..d6f482f 100644 --- a/web/app/view/Login.js +++ b/web/app/view/Login.js @@ -43,7 +43,7 @@ Ext.define('Traccar.view.Login', { items: [{ xtype: 'image', src: 'logo.svg', - alt: 'Traccar', + alt: Strings.loginLogo, width: 180, height: 48, style: { diff --git a/web/l10n/en.json b/web/l10n/en.json index c558abd..b3d4fa1 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -58,6 +58,7 @@ "loginFailed": "Incorrect email address or password", "loginCreated": "New user has been registered", "loginLogout": "Logout", + "loginLogo":"Logo", "devicesAndState": "Devices and State", "deviceTitle": "Devices", "deviceIdentifier": "Identifier", -- cgit v1.2.3