Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-20 13:27:16 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-20 13:27:16 +0300
commit970036d747d7a4e1b2305c9b09f9ea4b87a07893 (patch)
treeede95da514cd533dfd7a48aef52dd6bb9a9c37d8 /app/src/main/res/xml
parent99cfff1442952b764deb51c47e0084f538183cfc (diff)
Fix #1099 Wording for app lock / device credentials
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 3050e2a8..5cc08727 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -93,7 +93,7 @@
android:icon="@drawable/ic_lock_grey600_24dp"
android:key="@string/pref_key_lock"
android:layout="@layout/item_pref"
- android:summary="@string/simple_beta"
+ android:summary="@string/settings_lock_summary"
android:title="@string/settings_lock" />
</it.niedermann.owncloud.notes.branding.BrandedPreferenceCategory>