Merge pull request #2240 from keepassxreboot/fix/remove_obsolete_property

Remove obsolete alt property from div
This commit is contained in:
Sami Vänttinen 2024-06-13 14:44:48 +03:00 committed by GitHub
commit 4b3fb9d6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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')