You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Products/Edit Product/Product Settings/Menu Order/ProductMenuOrderViewController.swift
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ final class ProductMenuOrderViewController: UIViewController {
letfooterText=NSLocalizedString("Determines the products positioning in the catalog. The lower the value of the number, the higher the item will be on the product list. You can also use negative values",
21
+
lettext1=
22
+
let footerText =NSLocalizedString("Determines the products positioning in the catalog."
23
+
+" The lower the value of the number, the higher the item will be on the product list. You can also use negative values",
22
24
comment:"Footer text in Product Menu order screen")
0 commit comments