| 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;
|
|
|