From 0299f3a8d921a4faf3bfcf01f8e82156d17e4cbc Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Fri, 22 Sep 2023 10:08:35 +0200 Subject: [PATCH] Align copy with design for content blockers --- ios/CHANGELOG.md | 3 ++- .../Preferences/PreferencesCellFactory.swift | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 5651d3653866..f4a43cbc4dd7 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,7 +22,8 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] - +### Changed +- The DNS content blockers option do not include the word "block" anymore ## [2023.4 - 2023-09-12] ### Added diff --git a/ios/MullvadVPN/View controllers/Preferences/PreferencesCellFactory.swift b/ios/MullvadVPN/View controllers/Preferences/PreferencesCellFactory.swift index de07f7a304fb..63788dc99bc6 100644 --- a/ios/MullvadVPN/View controllers/Preferences/PreferencesCellFactory.swift +++ b/ios/MullvadVPN/View controllers/Preferences/PreferencesCellFactory.swift @@ -63,7 +63,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_ADS_CELL_LABEL", tableName: "Preferences", - value: "Block ads", + value: "Ads", comment: "" ) @@ -78,7 +78,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_TRACKERS_CELL_LABEL", tableName: "Preferences", - value: "Block trackers", + value: "Trackers", comment: "" ) configure( @@ -94,7 +94,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_MALWARE_CELL_LABEL", tableName: "Preferences", - value: "Block malware", + value: "Malware", comment: "" ) configure( @@ -112,7 +112,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_ADULT_CELL_LABEL", tableName: "Preferences", - value: "Block adult content", + value: "Adult content", comment: "" ) configure( @@ -126,7 +126,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_GAMBLING_CELL_LABEL", tableName: "Preferences", - value: "Block gambling", + value: "Gambling", comment: "" ) configure( @@ -140,7 +140,7 @@ final class PreferencesCellFactory: CellFactoryProtocol { let localizedString = NSLocalizedString( "BLOCK_SOCIAL_MEDIA_CELL_LABEL", tableName: "Preferences", - value: "Block social media", + value: "Social media", comment: "" ) configure(