Skip to content

Commit

Permalink
Update en.js
Browse files Browse the repository at this point in the history
replace_all was German, replaced with English.
  • Loading branch information
BatsKikker authored Mar 25, 2024
1 parent 7b316fc commit 6105429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const en = {
rename: 'Rename',
repeat: 'Repeat',
replace: 'Replace',
replace_all: 'Erstatt alle',
replace_all: 'Replace All',
resend_confirmation_code: "Re-send Confirmation Code",
restore: "Restore",
save_account: 'Save account',
Expand Down Expand Up @@ -205,4 +205,4 @@ const en = {
}
};

export default en;
export default en;

0 comments on commit 6105429

Please sign in to comment.