shorten show password message

as per suggestion of @rugk during review
This commit is contained in:
El RIDO
2025-10-06 22:08:04 +02:00
parent 63ef6f4358
commit 23624d693c
41 changed files with 43 additions and 51 deletions
+1 -1
View File
@@ -5697,7 +5697,7 @@ jQuery.PrivateBin = (function($) {
passwordInput.attr('type', isHidden ? 'text' : 'password');
const tooltip = I18n._(isHidden ? 'Hide password' : 'Show password as plain text. Warning: this will display your password on the screen.');
const tooltip = I18n._(isHidden ? 'Hide password' : 'Show password');
element.attr('title', tooltip);
element.attr('aria-label', tooltip);