From 3ed9ed8cab38005b8f46524865a46ea2561ad263 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 22 Apr 2023 15:25:57 +0300 Subject: [PATCH] Fix text on sync authorization activity --- app/src/main/res/layout/activity_sync_auth.xml | 7 +++---- app/src/main/res/values/strings.xml | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/activity_sync_auth.xml b/app/src/main/res/layout/activity_sync_auth.xml index 86ff29e22..47248a40a 100644 --- a/app/src/main/res/layout/activity_sync_auth.xml +++ b/app/src/main/res/layout/activity_sync_auth.xml @@ -55,7 +55,7 @@ android:layout_alignParentEnd="true" android:layout_marginTop="30dp" app:errorIconDrawable="@null" - app:helperText="You can sign in into an existing account or create a new one" + app:helperText="@string/sync_auth_hint" app:hintEnabled="false"> - \ No newline at end of file + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f1465b617..e95a650df 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -433,4 +433,5 @@ Speed Import a previously created backup of user data Show on the Shelf - \ No newline at end of file + You can sign in into an existing account or create a new one +