mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 20:08:27 +00:00
Export string
This commit is contained in:
parent
3c0bbfe6f0
commit
9c63c6045d
@ -1398,6 +1398,7 @@
|
||||
<string name="RegistrationLockDialog_disable_registration_lock_pin">Disable Registration Lock PIN?</string>
|
||||
<string name="RegistrationLockDialog_disable">Disable</string>
|
||||
<string name="RegistrationActivity_continue">Continue</string>
|
||||
<string name="preferences_chats__backups">Backups</string>
|
||||
<!-- EOF -->
|
||||
|
||||
</resources>
|
||||
|
@ -81,7 +81,7 @@
|
||||
|
||||
<PreferenceCategory android:layout="@layout/preference_divider"/>
|
||||
|
||||
<PreferenceCategory android:key="backup_category" android:title="Backups">
|
||||
<PreferenceCategory android:key="backup_category" android:title="@string/preferences_chats__backups">
|
||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="pref_backup_enabled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user