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
- runFlow: changeServer.yaml
- runFlow: ../assertions/assertLoginDisplayed.yaml
- tapOn: "Email or username"
- tapOn: "Username or email"
# ios
# - tapOn:
# id: "usernameTextField"

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