diff options
author | Arne Schwabe <arne@rfc2549.org> | 2023-06-05 13:21:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2023-06-05 16:43:38 +0200 |
commit | d73ff892bd4966d51a78f8d3835f7999e61de6b3 (patch) | |
tree | afdd76d2e5f1f7511c1a8b16db4d1e3aba26c75d /main/src/ui/res/xml | |
parent | f18fa39fb3de6b2c899d41a01d564d429088916f (diff) |
Rename Onboot to always active
Also try to keep that connection always active
Diffstat (limited to 'main/src/ui/res/xml')
-rw-r--r-- | main/src/ui/res/xml/general_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/ui/res/xml/general_settings.xml b/main/src/ui/res/xml/general_settings.xml index 55eedb94..a1920aaf 100644 --- a/main/src/ui/res/xml/general_settings.xml +++ b/main/src/ui/res/xml/general_settings.xml @@ -39,8 +39,8 @@ <CheckBoxPreference android:defaultValue="false" android:key="restartvpnonboot" - android:summary="@string/onbootrestartsummary" - android:title="@string/onbootrestart"/> + android:summary="@string/keep_vpn_connected_summary" + android:title="@string/keep_vpn_connected"/> <CheckBoxPreference android:defaultValue="true" |