From 07f33873630e0fe0d9be31a3df361a322cac131a Mon Sep 17 00:00:00 2001 From: jelveh Date: Tue, 13 Jan 2026 10:19:31 -0800 Subject: [PATCH] Add CAPTCHA required message to English translations Introduced a new translation key 'captcha_required' with the message 'Please complete the CAPTCHA verification' in the English locale file. --- src/gui/src/i18n/translations/en.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index abfad4389..f747014a2 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -36,6 +36,7 @@ const en = { auto_arrange: 'Auto Arrange', background: 'Background', browse: 'Browse', + captcha_required: 'Please complete the CAPTCHA verification', cancel: 'Cancel', center: 'Center', change: 'Change',