Skip to content

Commit c783cf4

Browse files
Close #61 : Update Login screen title & subtitle (#62)
* Close #61 : Update Login screen title & subtitle * Update screenshots --------- Co-authored-by: ElementBot <[email protected]>
1 parent 35dec49 commit c783cf4

9 files changed

+20
-14
lines changed

features/login/impl/src/main/kotlin/io/element/android/features/login/impl/screens/loginpassword/LoginPasswordView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ fun LoginPasswordView(
126126
modifier = Modifier.padding(top = 20.dp, start = 16.dp, end = 16.dp),
127127
iconStyle = BigIcon.Style.Default(CompoundIcons.UserProfileSolid()),
128128
title = stringResource(
129-
id = R.string.screen_account_provider_signin_title,
129+
id = R.string.tchap_screen_account_provider_signin_title,
130130
state.accountProvider.title
131131
),
132-
subTitle = stringResource(id = R.string.screen_login_subtitle)
132+
subTitle = stringResource(id = R.string.tchap_screen_login_subtitle)
133133
)
134134
Spacer(Modifier.height(40.dp))
135135
LoginForm(

features/login/impl/src/main/res/values-fr/strings_tchap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
-->
2424

2525
<resources>
26+
<!-- tchap settings -->
27+
<string name="tchap_screen_account_provider_signin_title">"Se connecter à Tchap"</string>
28+
<string name="tchap_screen_login_subtitle">"La messagerie instantanée du secteur public."</string>
2629
<string name="tchap_screen_onboarding_sign_in_to">"Se connecter"</string>
2730
<string name="tchap_screen_onboarding_welcome_message">"La messagerie instantanée du secteur public."</string>
2831
<string name="tchap_screen_onboarding_welcome_title">"Bienvenue dans Tchap"</string>

features/login/impl/src/main/res/values/strings_tchap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
-->
2424

2525
<resources>
26+
<!-- tchap settings -->
27+
<string name="tchap_screen_account_provider_signin_title">"Sign in to Tchap"</string>
28+
<string name="tchap_screen_login_subtitle">"Instant messaging of public sector."</string>
2629
<string name="tchap_screen_onboarding_sign_in_to">"Sign in"</string>
2730
<string name="tchap_screen_onboarding_welcome_message">"Instant messaging of public sector."</string>
2831
<string name="tchap_screen_onboarding_welcome_title">"Welcome to Tchap"</string>
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)