Skip to content

Commit 220170b

Browse files
committed
refactor: updated the English localization file with more appropriate text.
1 parent 9b5135f commit 220170b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@
33
"@helloWorld": {
44
"description": "The conventional newborn programmer greeting"
55
},
6+
"authenticationPageHeadline": "Dashboard Access",
7+
"@authenticationPageHeadline": {
8+
"description": "Headline for the main authentication page"
9+
},
10+
"authenticationPageSubheadline": "Secure sign-in for administrators and publishers.",
11+
"@authenticationPageSubheadline": {
12+
"description": "Subheadline for the main authentication page"
13+
},
614
"authenticationEmailSignInButton": "Sign in with Email",
715
"@authenticationEmailSignInButton": {
816
"description": "Button label for signing in with email"
917
},
10-
"emailSignInPageTitle": "Email Sign In",
18+
"emailSignInPageTitle": "Secure Email Sign-In",
1119
"@emailSignInPageTitle": {
1220
"description": "Title for the email sign-in page"
1321
},
14-
"requestCodePageHeadline": "Sign in or create an account",
22+
"requestCodePageHeadline": "Secure Email Sign-In",
1523
"@requestCodePageHeadline": {
1624
"description": "Headline for the request code page"
1725
},
18-
"requestCodePageSubheadline": "Enter your email to receive a verification code. No password needed!",
26+
"requestCodePageSubheadline": "Enter your authorized email to receive a secure sign-in code.",
1927
"@requestCodePageSubheadline": {
2028
"description": "Subheadline for the request code page"
2129
},

0 commit comments

Comments
 (0)