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

Unified Diff: ios/chrome/browser/payments/payment_request_error_view_controller.mm

Issue 2716413002: [Payment Request] Replacing more iOS strings with components strings (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: ios/chrome/browser/payments/payment_request_error_view_controller.mm
diff --git a/ios/chrome/browser/payments/payment_request_error_view_controller.mm b/ios/chrome/browser/payments/payment_request_error_view_controller.mm
index 4c92b2d5b07bbb5a1a82b94e8a93e8d0478c2f0d..31c91f540fb35bf98e3171b36dfcece397f96ce5 100644
--- a/ios/chrome/browser/payments/payment_request_error_view_controller.mm
+++ b/ios/chrome/browser/payments/payment_request_error_view_controller.mm
@@ -51,7 +51,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
- (instancetype)init {
if ((self = [super initWithStyle:CollectionViewControllerStyleAppBar])) {
- [self setTitle:l10n_util::GetNSString(IDS_IOS_PAYMENT_REQUEST_TITLE)];
+ [self setTitle:l10n_util::GetNSString(IDS_PAYMENTS_TITLE)];
// Set up trailing (ok) button.
_okButton =

Powered by Google App Engine
This is Rietveld 408576698