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:
-rw-r--r--app/src/main/res/values/strings.xml4
-rw-r--r--app/src/main/res/xml/preferences.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 45ba55a1..04d77472 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -42,7 +42,8 @@
<string name="settings_font_title">Monospace font</string>
<string name="settings_font_size">Font size</string>
<string name="settings_wifi_only">Sync only on Wi-Fi</string>
- <string name="settings_lock">Password protection</string>
+ <string name="settings_lock">App lock (Beta)</string>
+ <string name="settings_lock_summary">Device credentials</string>
<string name="settings_background_sync">Background synchronization</string>
<string name="error_sync">Synchronization failed: %1$s</string>
@@ -143,7 +144,6 @@
<string name="add_category">Add %1$s</string>
<string name="simple_checkbox">Checkbox</string>
<string name="unlock_notes">Unlock notes</string>
- <string name="simple_beta">Beta</string>
<string name="error_dialog_title">Oh no - What now? 🙁</string>
<string name="error_dialog_tip_token_mismatch_retry">Please try to force close the app and restart it again. There might have been an incorrect connection to the Nextcloud app.</string>
<string name="error_dialog_tip_token_mismatch_clear_storage">If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Notes to solve this issue.</string>
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>