diff --git a/iOS/Article/ImageViewController.swift b/iOS/Article/ImageViewController.swift index 79285d4fb..91d8a17d9 100644 --- a/iOS/Article/ImageViewController.swift +++ b/iOS/Article/ImageViewController.swift @@ -29,6 +29,8 @@ class ImageViewController: UIViewController { super.viewDidLoad() closeButton.imageView?.contentMode = .scaleAspectFit + closeButton.accessibilityLabel = NSLocalizedString("Close", comment: "Close") + shareButton.accessibilityLabel = NSLocalizedString("Share", comment: "Share") imageScrollView.setup() imageScrollView.imageScrollViewDelegate = self