diff options
| -rw-r--r-- | ios/Assets/Localizable.xcstrings | 4 | ||||
| -rw-r--r-- | ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/ios/Assets/Localizable.xcstrings b/ios/Assets/Localizable.xcstrings index c8ee4b086f..7888bca936 100644 --- a/ios/Assets/Localizable.xcstrings +++ b/ios/Assets/Localizable.xcstrings @@ -23663,10 +23663,6 @@ "comment" : "Description of the IAN feature, including a note that Apple system apps and services are not affected.", "isCommentAutoGenerated" : true }, - "Forces all apps on the device to use the VPN tunnel, preventing data leaks" : { - "comment" : "Footer text in the VPN settings section of the settings screen.", - "isCommentAutoGenerated" : true - }, "Fortaleza" : { "localizations" : { "da" : { diff --git a/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift b/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift index 0c50706030..e93dbf543e 100644 --- a/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift +++ b/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift @@ -186,12 +186,6 @@ final class SettingsDataSource: UITableViewDiffableDataSource<SettingsDataSource ) switch section { - case .vpnSettings: - contentConfiguration.text = NSLocalizedString( - "Forces all apps on the device to use the VPN tunnel, preventing data leaks", - comment: "" - ) - footerView?.contentConfiguration = contentConfiguration case .misc: contentConfiguration.text = NSLocalizedString( "Changing language will disconnect you from the VPN and restart the app", |
