Skip to content

Commit a3868a4

Browse files
committed
Update copy
1 parent d2b4679 commit a3868a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Edition/Banners/NonEditableOrderBanner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension NonEditableOrderBanner {
5959
private extension NonEditableOrderBanner {
6060
enum Localization {
6161
static let title = NSLocalizedString("Parts of this order are not currently editable", comment: "Title of the banner when the order is not editable")
62-
static let description = NSLocalizedString("To edit Products or Payment Details, please change the status to Pending Payment.",
62+
static let description = NSLocalizedString("To edit Products or Payment Details, change the status to Pending Payment.",
6363
comment: "Content of the banner when the order is not editable")
6464
}
6565
}

0 commit comments

Comments
 (0)