From 8bbbf6f91bf46eca5a289361ee07981c76eae441 Mon Sep 17 00:00:00 2001 From: sakethpathike Date: Mon, 16 Dec 2024 19:56:59 +0530 Subject: [PATCH] Replace button texts: `Authenticate` with `Authorize and Continue` and `Authorize` with `Authenticate with Spotify` --- .../import_from_spotify/ImportFromSpotifyScreen.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/dd3boh/outertune/ui/screens/settings/content/import_from_spotify/ImportFromSpotifyScreen.kt b/app/src/main/java/com/dd3boh/outertune/ui/screens/settings/content/import_from_spotify/ImportFromSpotifyScreen.kt index 007517a11..5e5ab156d 100644 --- a/app/src/main/java/com/dd3boh/outertune/ui/screens/settings/content/import_from_spotify/ImportFromSpotifyScreen.kt +++ b/app/src/main/java/com/dd3boh/outertune/ui/screens/settings/content/import_from_spotify/ImportFromSpotifyScreen.kt @@ -457,7 +457,7 @@ fun ImportFromSpotifyScreen( text = buildAnnotatedString { append("Now, click the ") withStyle(SpanStyle(fontWeight = FontWeight.SemiBold)) { - append("Authorize") + append("Authenticate with Spotify") } append(" button below and login with your account from which you want to import from, and authorize, which will redirect you to a site which should start from ") withStyle(SpanStyle(fontWeight = FontWeight.SemiBold)) { @@ -469,7 +469,7 @@ fun ImportFromSpotifyScreen( } append(" and click the ") withStyle(SpanStyle(fontWeight = FontWeight.SemiBold)) { - append("Authenticate") + append("Authorize and Continue") } append(" button.") }) @@ -560,7 +560,7 @@ fun ImportFromSpotifyScreen( .fillMaxWidth() .padding(start = 15.dp, end = 15.dp) ) { - Text(text = "Authorize") + Text(text = "Authenticate with Spotify") } HorizontalDivider( modifier = Modifier @@ -608,7 +608,7 @@ fun ImportFromSpotifyScreen( .fillMaxWidth() .padding(start = 15.dp, bottom = 15.dp, end = 15.dp) ) { - Text(text = "Authenticate") + Text(text = "Authorize and Continue") } } else { LinearProgressIndicator(