summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2023-09-22 10:08:35 +0200
committerBug Magnet <marco.nikic@mullvad.net>2023-09-22 11:08:05 +0200
commit0299f3a8d921a4faf3bfcf01f8e82156d17e4cbc (patch)
treeea8fac31cfd0aeb19cfbbe85eec76e9342be896a
parentb0ea3c0962b1ac571602f0c3e937267d5bd5a12f (diff)
downloadmullvadvpn-0299f3a8d921a4faf3bfcf01f8e82156d17e4cbc.tar.xz
mullvadvpn-0299f3a8d921a4faf3bfcf01f8e82156d17e4cbc.zip
Align copy with design for content blockers
-rw-r--r--ios/CHANGELOG.md3
-rw-r--r--ios/MullvadVPN/View controllers/Preferences/PreferencesCellFactory.swift12
2 files changed, 8 insertions, 7 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index 5651d36538..f4a43cbc4d 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 de07f7a304..63788dc99b 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(