diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-20 16:35:46 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-20 16:35:55 +0200 |
| commit | be50f1442148c21cabf039abdcae5fe20bc690e8 (patch) | |
| tree | 28a7cb040d9a34dd242c05013179c1829048050e /packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | |
| parent | 2203618c8202bd95302215d7220f2de05fe12e48 (diff) | |
| download | meshbay-be50f1442148c21cabf039abdcae5fe20bc690e8.tar.gz | |
feat(hub): reveal button in the sign-in and registration passphrase fields
One PasswordInput for all three fields, with an eye toggle inside the box.
Out of the tab order, type="button" so a click cannot submit the form.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js index 7f347da..f2cfb8d 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -39,6 +39,8 @@ export default { 'login.no_account': 'Nie ma jeszcze konta?', 'login.register_link': 'Załóż konto', 'login.forgot': 'Nie pamiętasz hasła-frazy?', + 'login.show_password': 'Pokaż hasło-frazę', + 'login.hide_password': 'Ukryj hasło-frazę', 'reset.title': 'Zresetuj hasło-frazę', 'reset.request_intro': 'Wpisz swoją nazwę użytkownika i adres e-mail konta. Jeśli się zgadzają, kod resetowania zostanie wysłany na ten adres.', 'reset.send_code': 'Wyślij kod', |