forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REGRESSION (252540@main): Lockdown Mode alert contains "localized str…
…ing not found" https://bugs.webkit.org/show_bug.cgi?id=243169 rdar://97555448 Reviewed by Wenson Hsieh. 252540@main upstreamed Lockdown Mode code into open source, but incorrectly omitted the localized string for the Lockdown Mode alert button. * Source/WebCore/en.lproj/Localizable.strings: Consolidate the "OK" alert button label into a single localizable string. "OK (OK button title in extra zoomed number pad)" is kept as a separate string since it receives different translations due to the compact nature of the UI. * Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm: (-[WKWebView _presentCaptivePortalMode]): * Source/WebKit/UIProcess/ios/WKPasswordView.mm: (-[WKPasswordView showPasswordFailureAlert]): Canonical link: https://commits.webkit.org/252792@main
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters