Fix wording issue

This commit is contained in:
Benoit Marty 2023-01-13 17:29:39 +01:00 committed by Benoit Marty
parent 5f5ec78e78
commit 2b64285edf
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ fun LoginRootScreen(
.fillMaxWidth()
.padding(top = 60.dp),
label = {
Text(text = "Email or username")
Text(text = stringResource(id = ElementR.string.login_signin_username_hint))
},
onValueChange = {
loginFieldState = it