diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-29 01:11:35 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 01:11:35 +1300 |
commit | 317adfe7ee7a841a8d38415bdc14fddbdd398367 (patch) | |
tree | edb7417a69ce1c5607185c64de7fcaeaad17ae5b /web | |
parent | ac184d2a72358dd74600817daff5a191c7fa7ce5 (diff) | |
parent | 5f2d555a89f6192930b00352097bf6ca330f5a4a (diff) | |
download | trackermap-web-317adfe7ee7a841a8d38415bdc14fddbdd398367.tar.gz trackermap-web-317adfe7ee7a841a8d38415bdc14fddbdd398367.tar.bz2 trackermap-web-317adfe7ee7a841a8d38415bdc14fddbdd398367.zip |
Merge pull request #341 from Abyss777/logo_alt
Fix warning about IMG alt
Diffstat (limited to 'web')
-rw-r--r-- | web/app/view/Login.js | 1 | ||||
-rw-r--r-- | web/l10n/en.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/Login.js b/web/app/view/Login.js index 3d53b82a..d6f482fc 100644 --- a/web/app/view/Login.js +++ b/web/app/view/Login.js @@ -43,6 +43,7 @@ Ext.define('Traccar.view.Login', { items: [{ xtype: 'image', src: 'logo.svg', + alt: Strings.loginLogo, width: 180, height: 48, style: { diff --git a/web/l10n/en.json b/web/l10n/en.json index c558abdf..2abd6ff5 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", |