summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-01-08 12:04:21 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-01-08 12:04:21 +0100
commitcfee64bf34268c28e4a56d1324d868174e52d7b7 (patch)
treeb2b33b5dffaa1cd3260fcc7a742e6a8dd53ff4c5
parente52c463f758a64ac3db1a345f8fcd587ec786f60 (diff)
parentb6fcbe59214ae347b3a8871a1058977475f5856b (diff)
downloadmullvadvpn-cfee64bf34268c28e4a56d1324d868174e52d7b7.tar.xz
mullvadvpn-cfee64bf34268c28e4a56d1324d868174e52d7b7.zip
Merge branch 'change-button-label-and-part-of-text-ios-421'
-rw-r--r--ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift b/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
index f0200849ae..ea9eef36b0 100644
--- a/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
+++ b/ios/MullvadVPN/View controllers/AccountDeletion/AccountDeletionContentView.swift
@@ -70,7 +70,7 @@ class AccountDeletionContentView: UIView {
value: """
This logs out all devices using this account and all \
VPN access will be denied even if there is time left on the account. \
- Enter the last 4 digits of the account number and hit OK if you really want to delete the account :
+ Enter the last 4 digits of the account number and hit "Delete account" if you really want to delete the account :
""",
comment: ""
)
@@ -101,9 +101,9 @@ class AccountDeletionContentView: UIView {
let button = AppButton(style: .danger)
button.accessibilityIdentifier = .deleteButton
button.setTitle(NSLocalizedString(
- "OK_BUTTON_TITLE",
+ "DELETE_ACCOUNT_BUTTON_TITLE",
tableName: "Account",
- value: "Ok",
+ value: "Delete Account",
comment: ""
), for: .normal)
return button