diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-26 12:14:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-26 12:17:08 +0530 |
commit | e17a17a8e840230651cb6f7d9f9d46e252637e77 (patch) | |
tree | 87f8d2a96f9e09f2db75ba7eeeafad2b1c5701ea /app/src/main/res/values/strings.xml | |
parent | 448ed3e57549ad44a8e444d283398aaa78c92ac0 (diff) |
fix(app): address UI inconsistencies in proxy configuration screen
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3840c0bc..c59d3486 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -344,6 +344,7 @@ <string name="git_scheme_disallowed_message">The git protocol provided by git-daemon performs no transport encryption and is unsuitable for secure operations.</string> <!-- Proxy configuration activity --> + <string name="activity_proxy_label">Proxy settings</string> <string name="proxy_hostname">Proxy hostname</string> <string name="port">Port</string> <string name="pref_edit_proxy_settings">HTTP(S) proxy settings</string> |