Remove obsolete alt property from div

This commit is contained in:
varjolintu 2024-06-13 06:52:48 +03:00
parent b0fd415e42
commit fef85946c4
2 changed files with 0 additions and 5 deletions

View file

@ -226,10 +226,6 @@
"message": "KeePassXC is disconnected.",
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"usernameFieldIcon": {
"message": "Username field icon.",
"description": "Username field icon text."
},
"totp": {
"message": "TOTP",
"description": "TOTP text."

View file

@ -83,7 +83,6 @@ UsernameFieldIcon.prototype.createIcon = function(field) {
const icon = kpxcUI.createElement('div', 'kpxc kpxc-username-icon ' + className,
{
'title': getIconText(this.databaseState),
'alt': tr('usernameFieldIcon'),
'size': size,
'offset': offset,
'kpxc-pwgen-field-id': field.getAttribute('data-kpxc-id')