Update string.

This commit is contained in:
Benoit Marty
2023-01-17 18:18:39 +01:00
parent 496bbdc2ad
commit 5f43c20399

View File

@@ -97,7 +97,7 @@ fun LoginRootScreen(
val isError = state.loggedInState is LoggedInState.ErrorLoggingIn
// Title
Text(
text = "Welcome back",
text = stringResource(id = ElementR.string.ftue_auth_welcome_back_title),
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 16.dp, vertical = 48.dp),