From f873f3b301e7a8033d6f2d61927c4eaab43cac69 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:01:10 +0100 Subject: Add context and comments to button text, label and title in email verification dialog (#8810) * add context and comment for translators to button text in email verification dialog * shorten comment * add comment for other string * tweak comment * tweak again --- src/components/dialogs/EmailDialog/screens/Verify.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/dialogs/EmailDialog/screens/Verify.tsx b/src/components/dialogs/EmailDialog/screens/Verify.tsx index dabd0d2f2..07aef6145 100644 --- a/src/components/dialogs/EmailDialog/screens/Verify.tsx +++ b/src/components/dialogs/EmailDialog/screens/Verify.tsx @@ -211,7 +211,9 @@ export function Verify({config, showScreen}: ScreenProps) { Verify your email ) ) : ( - Verify email code + + Verify email code + )} @@ -345,7 +347,13 @@ export function Verify({config, showScreen}: ScreenProps) { {state.error && {state.error}} -- cgit 1.4.1