diff --git a/app/src/main/java/ch/hikemate/app/ui/auth/SignInScreen.kt b/app/src/main/java/ch/hikemate/app/ui/auth/SignInScreen.kt index 2e404951..bae70fdc 100644 --- a/app/src/main/java/ch/hikemate/app/ui/auth/SignInScreen.kt +++ b/app/src/main/java/ch/hikemate/app/ui/auth/SignInScreen.kt @@ -71,7 +71,7 @@ fun SignInScreen( contract = ActivityResultContracts.StartActivityForResult()) { result: ActivityResult -> Toast.makeText( context, - context.getString(R.string.google_account_created_confirmation), + context.getString(R.string.google_account_connection_ended_or_cancelled), Toast.LENGTH_LONG) .show() // startAddAccountIntentLauncher is null, since it is only called when the user has no diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f34223c1..1bd40d94 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -128,16 +128,11 @@ Moderate Difficult - Saved Planned Loading saved hikes… - - An error occurred while loading saved hikes. - Please check your Internet connection and try again. - Refresh Saved hikes No saved hikes to display @@ -187,6 +182,7 @@ Nature image, blurred Sign in with Email Sign in with Google + Retry Google sign-in Sign in Email @@ -229,12 +225,10 @@ Error deleting user profile and saved hikes Error re-authenticating the user No user is currently signed in + Delete Account Retry - - Delete Account - Connected Google Account to your device successfully. Please wait while we retry the signup. An error occurred. Check your internet connection. The operation might not be saved. - \ No newline at end of file +