Skip to content

Commit

Permalink
fix: passphrase modal localization (#4737)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateo Ivankovic <mateo.ivankovic@inovex.de>
  • Loading branch information
Schwehn42 and mateo-ivc authored Dec 30, 2024
1 parent bc8f05a commit 6d03344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ exports[`<PassphraseDialog /> snapshot test 1`] = `
<span
class="button__label"
>
Ohne Passwort fortfahren
Continue without password
</span>
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
},
"PassphraseModal": {
"title": "Assign new password",
"continuePublic": "Ohne Passwort fortfahren",
"continuePublic": "Continue without password",
"newPassword": "Open Board",
"info": "This board was once password protected. Enter a new password to continue protection, or continue without a password. You can change all settings at any time.",
"submit": "Open board",
Expand Down

0 comments on commit 6d03344

Please sign in to comment.