We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6e4ff commit e41f6f6Copy full SHA for e41f6f6
WooCommerce/Classes/ViewRelated/Orders/OrderDetailsViewController.swift
@@ -501,7 +501,8 @@ private extension OrderDetailsViewController {
501
dateShipped)
502
} else {
503
cell.bottomText = NSLocalizedString("Not shipped yet",
504
- comment: "Order details > tracking. This is where the shipping date would normally display.")
+ comment: "Order details > tracking. " +
505
+ " This is where the shipping date would normally display.")
506
}
507
508
cell.actionButtonNormalText = viewModel.trackTitle
0 commit comments