Update string.
This commit is contained in:
parent
0c3382fd26
commit
8adbb4310d
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue