Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm

Issue 2260023002: [ios] String updates for Update Password infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm
diff --git a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm
index 85541b1077e0c47a861f34b3cd4b679cf6fa1f37..4549b3e8f4c8f020d445adc2d2aa7efab341169b 100644
--- a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm
+++ b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.mm
@@ -68,7 +68,7 @@ base::string16 IOSChromeUpdatePasswordInfoBarDelegate::GetBranding() const {
return l10n_util::GetStringUTF16(
is_smart_lock_branding_enabled()
? IDS_IOS_PASSWORD_MANAGER_SMART_LOCK_FOR_PASSWORDS
- : IDS_IOS_PASSWORD_MANAGER_TITLE_BRAND);
+ : IDS_IOS_SHORT_PRODUCT_NAME);
}
infobars::InfoBarDelegate::InfoBarIdentifier
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698