From 61054299613d1320639124cd7dda1f8d6a99c62e Mon Sep 17 00:00:00 2001 From: BatsKikker <84859864+BatsKikker@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:24:27 +0100 Subject: [PATCH] Update en.js replace_all was German, replaced with English. --- src/i18n/translations/en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/translations/en.js b/src/i18n/translations/en.js index fa8c35f4..832ccd72 100644 --- a/src/i18n/translations/en.js +++ b/src/i18n/translations/en.js @@ -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', @@ -205,4 +205,4 @@ const en = { } }; -export default en; \ No newline at end of file +export default en;