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

Unified Diff: ios/chrome/browser/payments/shipping_option_selection_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
« no previous file with comments | « ios/chrome/browser/payments/shipping_address_selection_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/shipping_option_selection_view_controller.mm
diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller.mm b/ios/chrome/browser/payments/shipping_option_selection_view_controller.mm
index 73b317b26331fe59b6af0e67d993108f03463c33..3cc381dd73c12daeff9ec76a0c2c865cda3fc247 100644
--- a/ios/chrome/browser/payments/shipping_option_selection_view_controller.mm
+++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller.mm
@@ -102,8 +102,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
if (self.pending) {
StatusItem* statusItem = [[StatusItem alloc] initWithType:ItemTypeSpinner];
- statusItem.text =
- l10n_util::GetNSString(IDS_IOS_PAYMENT_REQUEST_CHECKING_LABEL);
+ statusItem.text = l10n_util::GetNSString(IDS_PAYMENTS_CHECKING_OPTION);
[model addItem:statusItem
toSectionWithIdentifier:SectionIdentifierShippingOption];
return;
« no previous file with comments | « ios/chrome/browser/payments/shipping_address_selection_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698