Skip to content

Commit 7fb0941

Browse files
committed
Set the chevron image to flip upon changing to a RTL language
1 parent e0385da commit 7fb0941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/NewOrdersViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private extension NewOrdersViewController {
7777
descriptionLabel.textInsets = Constants.newOrdersDescriptionLabelInsets
7878
descriptionLabel.text = NSLocalizedString("Review, prepare, and ship these pending orders",
7979
comment: "Description text used on the UI element displayed when a user has pending orders to process.")
80-
chevronImageView.image = UIImage.chevronImage
80+
chevronImageView.image = UIImage.chevronImage.imageFlippedForRightToLeftLayoutDirection()
8181
}
8282
}
8383

0 commit comments

Comments
 (0)