mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
shorten show password message
as per suggestion of @rugk during review
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user