aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app/view/Login.js1
-rw-r--r--web/l10n/en.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/Login.js b/web/app/view/Login.js
index 3d53b82..d6f482f 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 c558abd..2abd6ff 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",