Skip to content

Commit fd2bf6a

Browse files
committed
Fix typo
1 parent 3b88eb7 commit fd2bf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private extension SimplePaymentsSummary {
213213
static let emailPlaceHolder = NSLocalizedString("Enter Email",
214214
comment: "Placeholder of the row that holds the provided email when creating a simple payment")
215215
static let payment = NSLocalizedString("Payment",
216-
comment: "Title text of the row that shows that list the payment when creating a simple payment")
216+
comment: "Title text of the row that shows the payment headline when creating a simple payment")
217217
static let subtotal = NSLocalizedString("Subtotal",
218218
comment: "Title text of the row that shows the subtotal when creating a simple payment")
219219
static let chargeTaxes = NSLocalizedString("Charge Taxes",

0 commit comments

Comments
 (0)