Chromium Code Reviews| Index: ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm |
| diff --git a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm |
| index 0ffb4d3ce4acb533e7db91bacf9f8fc462584836..b4bee1dae7e0bcb7e35922ab5ab3ae44424a72ac 100644 |
| --- a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm |
| +++ b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm |
| @@ -26,7 +26,7 @@ NSString* MessageForHTTPAuth(NSURLProtectionSpace* protectionSpace) { |
| return RequesterIdentity(protectionSpace); |
| NSString* securityWarning = |
| - l10n_util::GetNSString(IDS_PAGE_INFO_NON_SECURE_TRANSPORT); |
| + l10n_util::GetNSString(IDS_PAGEINFO_NOT_SECURE_SUMMARY); |
|
estark
2017/04/28 04:49:31
It's a little weird that these http auth dialogs u
meacer
2017/04/28 15:28:40
ISTR they were added when we decided we couldn't r
|
| return |
| [NSString stringWithFormat:@"%@ %@", RequesterIdentity(protectionSpace), |
| securityWarning]; |