Fix wording issue
This commit is contained in:
parent
3ea27c40d3
commit
2e42234971
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
appId: ${APP_ID}
|
appId: ${APP_ID}
|
||||||
---
|
---
|
||||||
- tapOn: "Sign in"
|
- tapOn: "Get started"
|
||||||
- runFlow: ../assertions/assertLoginDisplayed.yaml
|
- runFlow: ../assertions/assertLoginDisplayed.yaml
|
||||||
- takeScreenshot: build/maestro/100-SignIn
|
- takeScreenshot: build/maestro/100-SignIn
|
||||||
- runFlow: changeServer.yaml
|
- runFlow: changeServer.yaml
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ import com.google.accompanist.pager.rememberPagerState
|
||||||
import io.element.android.x.designsystem.components.VectorButton
|
import io.element.android.x.designsystem.components.VectorButton
|
||||||
import kotlinx.coroutines.delay
|
import kotlinx.coroutines.delay
|
||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
|
import io.element.android.x.element.resources.R as ElementR
|
||||||
|
|
||||||
@OptIn(ExperimentalPagerApi::class)
|
@OptIn(ExperimentalPagerApi::class)
|
||||||
@Composable
|
@Composable
|
||||||
|
|
@ -119,7 +120,7 @@ fun OnBoardingScreen(
|
||||||
)
|
)
|
||||||
*/
|
*/
|
||||||
VectorButton(
|
VectorButton(
|
||||||
text = "Sign in",
|
text = stringResource(id = ElementR.string.login_splash_submit),
|
||||||
onClick = {
|
onClick = {
|
||||||
onSignIn()
|
onSignIn()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue