Skip to content

Commit 1f1274d

Browse files
committed
feat(localization): update demo email hint with new email
- Modify the demo email hint text to include an additional email address - This change enhances the onboarding experience for new users by providing more examples
1 parent a18889d commit 1f1274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authentication/view/request_code_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class _RequestCodeView extends StatelessWidget {
145145
top: AppSpacing.lg,
146146
),
147147
child: Text(
148-
l10n.demoEmailHint('admin@example.com'),
148+
l10n.demoEmailHint('admin@example.com | publisher@example.com'),
149149
style: textTheme.bodyMedium?.copyWith(
150150
color: colorScheme.secondary,
151151
fontWeight: FontWeight.bold,

0 commit comments

Comments
 (0)