summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-15 11:33:55 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-15 11:33:55 +0100
commit72e308a26fdc3a5bde684d64ff60e33d45ded60a (patch)
tree4ddab574c41282aa2b05f96348e5cec3e0122266 /ios/MullvadVPN
parente0ef587b97b8ee9f198e8fef56fb0a12ad81be5b (diff)
parentd458e55336f463d55bcb8e7f0cdf6001e84c33ed (diff)
downloadmullvadvpn-72e308a26fdc3a5bde684d64ff60e33d45ded60a.tar.xz
mullvadvpn-72e308a26fdc3a5bde684d64ff60e33d45ded60a.zip
Merge branch 'update-screenshot-script'
Diffstat (limited to 'ios/MullvadVPN')
-rw-r--r--ios/MullvadVPN/AccountContentView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/AccountContentView.swift b/ios/MullvadVPN/AccountContentView.swift
index 127ee39b3c..93fb6d3186 100644
--- a/ios/MullvadVPN/AccountContentView.swift
+++ b/ios/MullvadVPN/AccountContentView.swift
@@ -31,6 +31,7 @@ class AccountContentView: UIView {
let logoutButton: AppButton = {
let button = AppButton(style: .danger)
button.translatesAutoresizingMaskIntoConstraints = false
+ button.accessibilityIdentifier = "LogoutButton"
button.setTitle(NSLocalizedString(
"LOGOUT_BUTTON_TITLE",
tableName: "Account",