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
upperLabel.text =NSLocalizedString("Check your WooCommerce store on the go, fulfill your orders and get notifications of new sales.", comment:"Login Prologue Legend")
73
+
upperLabel.text =NSLocalizedString("Your WooCommerce store on the go. Check your sales, fulfill your orders, and get notifications of new sales.", comment:"Login Prologue Legend")
/// Returns the Disclaimer Attributed Text (which contains a link to the Jetpack Setup URL).
136
136
///
137
137
vardisclaimerAttributedText:NSAttributedString{
138
-
letdisclaimerText=NSLocalizedString("This app requires Jetpack to be able to connect to your WooCommerce Store.\nFor configuration instructions, ", comment:"Login Disclaimer Text")
138
+
letdisclaimerText=NSLocalizedString("This app requires Jetpack to be able to connect to your WooCommerce Store.\nRead the ", comment:"Login Disclaimer Text and Jetpack config instructions")
returnNSLocalizedString("Total", comment:"Total label for payment view")
96
-
}
95
+
lettotalLabel=NSLocalizedString("Total", comment:"Total label for payment view")
97
96
98
97
vartotalValue:String{
99
98
return order.currencySymbol + order.total
@@ -103,6 +102,20 @@ class OrderDetailsViewModel {
103
102
returnNSLocalizedString("Payment of \(totalValue) received via \(order.paymentMethodTitle)", comment:"Payment of <currency symbol><payment total> received via (payment method title)")
104
103
}
105
104
105
+
letaddNoteIcon=Gridicon.iconOfType(.addOutline)
106
+
107
+
letaddNoteText=NSLocalizedString("Add a note", comment:"Button text for adding a new order note")
0 commit comments