Skip to content

Commit 34775f3

Browse files
committed
Flatten a nested localized string to avoid genstrings failure
1 parent 46d183f commit 34775f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/Utility/WebViewController/WebKitViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class WebKitViewController: UIViewController, WebKitAuthenticatable {
5757
style: .plain,
5858
target: self,
5959
action: #selector(share))
60-
button.title = NSLocalizedString(SharedStrings.Button.share, comment: "Button label to share a web page")
60+
button.title = NSLocalizedString("webKit.button.share", value: "Share", comment: "Button label to share a web page")
6161
return button
6262
}()
6363
@objc lazy var safariButton: UIBarButtonItem = {

0 commit comments

Comments
 (0)