Fix wording issue

This commit is contained in:
Benoit Marty 2023-01-13 17:07:56 +01:00
parent 8e2a28f057
commit 91d70e6f9b
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
appId: ${APP_ID}
---
- tapOn: "Sign in"
- tapOn: "Get started"
- runFlow: ../assertions/assertLoginDisplayed.yaml
- takeScreenshot: build/maestro/100-SignIn
- runFlow: changeServer.yaml

View file

@ -52,6 +52,7 @@ import com.google.accompanist.pager.rememberPagerState
import io.element.android.x.designsystem.components.VectorButton
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
import io.element.android.x.element.resources.R as ElementR
@OptIn(ExperimentalPagerApi::class)
@Composable
@ -119,7 +120,7 @@ fun OnBoardingScreen(
)
*/
VectorButton(
text = "Sign in",
text = stringResource(id = ElementR.string.login_splash_submit),
onClick = {
onSignIn()
},