You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/src/main/res/values/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@
126
126
<stringname="no_vpn_support_image">Your image does not support the VPNService API, sorry :(</string>
127
127
<stringname="encryption">Encryption</string>
128
128
<stringname="cipher_dialog_title">Enter data encryption methods</string>
129
-
<stringname="chipher_dialog_message">Enter the data encryption cipher algorithms used by OpenVPN separated by : (--data-ciphers). Leave empty to use the default of AES-256-GCM:AES-128-GCM.</string>
129
+
<stringname="chipher_dialog_message">Enter the data encryption cipher algorithms used by OpenVPN separated by : (--data-ciphers). Leave empty to use the default of AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305.</string>
130
130
<stringname="auth_dialog_message">Enter the authentication digest used for OpenVPN. Leave empty to use default digest.</string>
0 commit comments