No issue: Use 'Turn on Sync' instead of 'Sign In'

Seems like we've started using a wrong string at some point.
Thankfully, the correct one is already in the tree.
nightly-build-test
Grisha Kruglov 5 years ago committed by Grisha Kruglov
parent 9e5d0a2408
commit 01ef0d5ac2

@ -11,7 +11,7 @@
android:key="@string/pref_key_sign_in"
android:layout="@layout/sign_in_preference"
android:summary="@string/preferences_sign_in_description"
android:title="@string/preferences_sign_in" />
android:title="@string/preferences_sync" />
<androidx.preference.PreferenceCategory
android:key="@string/pref_key_account_category"

@ -11,7 +11,7 @@
android:icon="@drawable/ic_qr" />
<androidx.preference.Preference
android:key="@string/pref_key_sync_sign_in"
android:title="@string/preferences_sync_sign_in"
android:title="@string/preferences_sync"
android:icon="@drawable/ic_sign_in" />
<androidx.preference.Preference
android:key="@string/pref_key_sync_create_account"

Loading…
Cancel
Save