diff options
Diffstat (limited to 'ui/src/debug/res')
-rw-r--r-- | ui/src/debug/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/debug/res/values/strings.xml b/ui/src/debug/res/values/strings.xml index 60e016ea..947b7381 100644 --- a/ui/src/debug/res/values/strings.xml +++ b/ui/src/debug/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">WireGuard β</string> + <string name="app_name" translatable="false">WireGuard β</string> </resources> |