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

@ -5,7 +5,7 @@ appId: ${APP_ID}
- takeScreenshot: build/maestro/100-SignIn - takeScreenshot: build/maestro/100-SignIn
- runFlow: changeServer.yaml - runFlow: changeServer.yaml
- runFlow: ../assertions/assertLoginDisplayed.yaml - runFlow: ../assertions/assertLoginDisplayed.yaml
- tapOn: "Email or username" - tapOn: "Username or email"
# ios # ios
# - tapOn: # - tapOn:
# id: "usernameTextField" # id: "usernameTextField"

View file

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