mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Remove obsolete alt property from div
This commit is contained in:
parent
b0fd415e42
commit
fef85946c4
2 changed files with 0 additions and 5 deletions
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue