summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ConnectionPanelView.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-05-20 13:32:53 +0200
committerAndrej Mihajlov <and@mullvad.net>2022-05-31 09:47:48 +0200
commit4c4f7ba466897e3d53a34165ac35a04881ea5e19 (patch)
treeb8380bf4ea84be57c2a56a5c406a3632cb424093 /ios/MullvadVPN/ConnectionPanelView.swift
parent5eb10755ed05d7d64e21978281976b74736574b5 (diff)
downloadmullvadvpn-4c4f7ba466897e3d53a34165ac35a04881ea5e19.tar.xz
mullvadvpn-4c4f7ba466897e3d53a34165ac35a04881ea5e19.zip
Drop base language translations
Diffstat (limited to 'ios/MullvadVPN/ConnectionPanelView.swift')
-rw-r--r--ios/MullvadVPN/ConnectionPanelView.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/MullvadVPN/ConnectionPanelView.swift b/ios/MullvadVPN/ConnectionPanelView.swift
index e9cfc82d8e..c4ea1c7b6a 100644
--- a/ios/MullvadVPN/ConnectionPanelView.swift
+++ b/ios/MullvadVPN/ConnectionPanelView.swift
@@ -34,6 +34,7 @@ class ConnectionPanelView: UIView {
collapseButton.accessibilityLabel = NSLocalizedString(
"RELAY_ACCESSIBILITY_LABEL",
tableName: "ConnectionPanel",
+ value: "Connected relay",
comment: ""
)
collapseButton.accessibilityAttributedValue = NSAttributedString(
@@ -78,11 +79,13 @@ class ConnectionPanelView: UIView {
inAddressRow.title = NSLocalizedString(
"IN_ADDRESS_LABEL",
tableName: "ConnectionPanel",
+ value: "In",
comment: ""
)
outAddressRow.title = NSLocalizedString(
"OUT_ADDRESS_LABEL",
tableName: "ConnectionPanel",
+ value: "Out",
comment: ""
)
@@ -145,12 +148,14 @@ class ConnectionPanelView: UIView {
collapseButton.accessibilityHint = NSLocalizedString(
"COLLAPSE_BUTTON_ACCESSIBILITY_HINT",
tableName: "ConnectionPanel",
+ value: "Double tap to collapse the connection info panel.",
comment: ""
)
} else {
collapseButton.accessibilityHint = NSLocalizedString(
"EXPAND_BUTTON_ACCESSIBILITY_HINT",
tableName: "ConnectionPanel",
+ value: "Double tap to expand the connection info panel.",
comment: ""
)
}