diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-01 12:46:43 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-01 12:46:43 +0200 |
| commit | 38ce775e33e7773e8cc5232b0e11746ab05fb2ba (patch) | |
| tree | 2c88c8e8eaf7b6917c1b0bd05853f6857f72d84f /packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | |
| parent | 0443cf8aaab58a54c73d28cafca5d5d8a52605e6 (diff) | |
| download | meshbay-38ce775e33e7773e8cc5232b0e11746ab05fb2ba.tar.gz | |
fix(hub): remove "shown only once, hub never sees it" from recovery intro
The clause was redundant with the surrounding UI context.
Removed from all 10 locale files.
Co-Authored-By: Claude Opus 4.6 <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, 1 insertions, 1 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 74a4dac..2bc29ee 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -63,7 +63,7 @@ export default { 'register.has_account': 'Konto już istnieje?', 'register.login_link': 'Zaloguj', 'register.recovery_title': 'Zapisz swój klucz odzyskiwania', - 'register.recovery_intro': 'Ten klucz przywraca Twoje tożsamości grupowe, jeśli kiedykolwiek zapomnisz hasło-frazę. Przechowuj go w menedżerze haseł lub w bezpiecznym miejscu — jest pokazywany tylko raz, a hub nigdy go nie widzi.', + 'register.recovery_intro': 'Ten klucz przywraca Twoje tożsamości grupowe, jeśli kiedykolwiek zapomnisz hasło-frazę. Przechowuj go w menedżerze haseł lub w bezpiecznym miejscu.', 'register.recovery_copy': 'Kopiuj', 'register.recovery_copied': 'Skopiowano', 'register.recovery_warning': 'Jeśli stracisz zarówno hasło-frazę, jak i ten klucz, Twoje pliki pozostaną na swoich węzłach, ale do każdej grupy dołączysz ponownie z nową tożsamością.', |