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 +