Fix wording issue
This commit is contained in:
parent
67ce11a536
commit
339c6297a1
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue