diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-30 14:23:10 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-30 14:23:10 +0200 |
commit | 82d26e61da7614ec3e1860de3030ad0d332ae871 (patch) | |
tree | df0450114ea89495b704648deb3f372ff81388a8 /ui/src/main/res/values/strings.xml | |
parent | a113770868871426f5663c2b96eee0015ca959d1 (diff) |
ui: the button is not always blue with Material You
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values/strings.xml')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index ef2573eb..4952db51 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -217,7 +217,7 @@ <string name="tunnel_create_success">Successfully created tunnel “%s”</string> <string name="tunnel_error_already_exists">Tunnel “%s” already exists</string> <string name="tunnel_error_invalid_name">Invalid name</string> - <string name="tunnel_list_placeholder">Add a tunnel using the blue button</string> + <string name="tunnel_list_placeholder">Add a tunnel using the button below</string> <string name="tunnel_name">Tunnel Name</string> <string name="tunnel_on_error">Unable to turn tunnel on (wgTurnOn returned %d)</string> <string name="tunnel_dns_failure">Unable to resolve DNS hostname: “%s”</string> |