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/values
parent99cfff1442952b764deb51c47e0084f538183cfc (diff)
Fix #1099 Wording for app lock / device credentials
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 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>