diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-24 16:17:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 10:47:35 +0000 |
commit | 5f4bc7fafde92f18453571054dbdc3b29d196416 (patch) | |
tree | 23450a01b9d6119ec4ea4719661aa42abc9586ec /app/src/main/res | |
parent | 8550bede22d1e02a678a52cee5d6dd7da155bb34 (diff) |
Allow disabling pull-to-sync operation (#1922)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fcfc4ade..adac6d51 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -132,6 +132,8 @@ <string name="pref_rebase_on_pull_title">Rebase on pull</string> <string name="pref_rebase_on_pull_summary">When pulling or syncing, create a merge commit with upstream changes</string> <string name="pref_rebase_on_pull_summary_on">When pulling or syncing, rebase commits that are not present in the remote repository</string> + <string name="pref_disable_sync_on_pull_title">Disable pull to sync action</string> + <string name="pref_disable_sync_on_pull_summary">Prevent pulling down on the password list from triggering a Git sync</string> <!-- PasswordGenerator fragment --> <string name="pwgen_title">Generate Password</string> |