File tree 3 files changed +1
-5
lines changed
app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen
lib/resource/src/main/res/values
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fun AutoConnectAndLockdownMode(navigator: DestinationsNavigator) {
84
84
fun AutoConnectAndLockdownModeScreen (onBackClick : () -> Unit = {}) {
85
85
val context = LocalContext .current
86
86
ScaffoldWithLargeTopBarAndButton (
87
- appBarTitle = stringResource(id = R .string.auto_connect_and_lockdown_mode_two_lines ),
87
+ appBarTitle = stringResource(id = R .string.auto_connect_and_lockdown_mode ),
88
88
navigationIcon = { NavigateBackIconButton (onNavigateBack = onBackClick) },
89
89
buttonTitle = stringResource(id = R .string.go_to_vpn_settings),
90
90
onButtonClick = { context.openVpnSettings() },
Original file line number Diff line number Diff line change 74
74
<string name =" allow_lan_footer" >Allows access to other devices on the same network for sharing, printing etc.</string >
75
75
<string name =" auto_connect" >Auto-connect</string >
76
76
<string name =" auto_connect_and_lockdown_mode" >Auto-connect & Lockdown mode</string >
77
- <string name =" auto_connect_and_lockdown_mode_two_lines" >Auto-connect & \nLockdown mode</string >
78
77
<string name =" auto_connect_and_lockdown_mode_footer" >Makes sure the device is always on the VPN tunnel.</string >
79
78
<string name =" go_to_vpn_settings" >Go to VPN settings</string >
80
79
<string name =" vpn_settings_not_found" >There is no VPN settings on your device</string >
Original file line number Diff line number Diff line change @@ -2192,9 +2192,6 @@ msgstr ""
2192
2192
msgid "Auto-connect & Lockdown mode"
2193
2193
msgstr ""
2194
2194
2195
- msgid "Auto-connect & \\ nLockdown mode"
2196
- msgstr ""
2197
-
2198
2195
msgid "Auto-connect (legacy)"
2199
2196
msgstr ""
2200
2197
You can’t perform that action at this time.
0 commit comments