Skip to content

Commit

Permalink
Keep old translation
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-livefront committed Jan 7, 2025
1 parent 1eb8c5a commit 3db8357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/desktop/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,9 @@
"areYouTryingtoLogin": {
"message": "Are you trying to log in?"
},
"areYouTryingToAccessYourAccount": {
"message": "Are you trying to access your account?"
},
"logInAttemptBy": {
"message": "Login attempt by $EMAIL$",
"placeholders": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<bit-dialog>
<span bitDialogTitle>{{ "areYouTryingtoLogin" | i18n }}</span>
<span bitDialogTitle>{{ "areYouTryingToAccessYourAccount" | i18n }}</span>
<ng-container bitDialogContent>
<h4 class="tw-mb-3">{{ "logInAttemptBy" | i18n: email }}</h4>
<div>
Expand Down

0 comments on commit 3db8357

Please sign in to comment.