Skip to content

Commit e41f6f6

Browse files
committed
Silence Hound again
1 parent cf6e4ff commit e41f6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetailsViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ private extension OrderDetailsViewController {
501501
dateShipped)
502502
} else {
503503
cell.bottomText = NSLocalizedString("Not shipped yet",
504-
comment: "Order details > tracking. This is where the shipping date would normally display.")
504+
comment: "Order details > tracking. " +
505+
" This is where the shipping date would normally display.")
505506
}
506507

507508
cell.actionButtonNormalText = viewModel.trackTitle

0 commit comments

Comments
 (0)