Update string.
This commit is contained in:
parent
496bbdc2ad
commit
5f43c20399
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ fun LoginRootScreen(
|
||||||
val isError = state.loggedInState is LoggedInState.ErrorLoggingIn
|
val isError = state.loggedInState is LoggedInState.ErrorLoggingIn
|
||||||
// Title
|
// Title
|
||||||
Text(
|
Text(
|
||||||
text = "Welcome back",
|
text = stringResource(id = ElementR.string.ftue_auth_welcome_back_title),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(horizontal = 16.dp, vertical = 48.dp),
|
.padding(horizontal = 16.dp, vertical = 48.dp),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue