diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-08 20:01:02 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-08 20:01:02 +0530 |
commit | 8a0e98774354cf1b460e2db8ed9fdd9f6a5fab4a (patch) | |
tree | 17c4224246626f24265fd0ff067e85603af7bc7f /app/src/main/res/values/strings.xml | |
parent | e949ab94a5c603d6ae5e81d558ce17a89ab4fd7b (diff) |
chore: fix issues flagged by Lint
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2711f2c3..3840c0bc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -65,7 +65,6 @@ <!-- Clone fragment --> <string name="server_url">Repository URL</string> - <string name="server_branch">Branch</string> <string name="connection_mode">Authentication Mode</string> |