Skip to content

Commit c092511

Browse files
committed
Correct title in the Payments Menu
1 parent b1e3bf3 commit c092511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ struct InPersonPaymentsView: View {
103103

104104
enum Localization {
105105
static let title = NSLocalizedString(
106-
"In-Person Payments",
107-
comment: "Title for the In-Person Payments settings screen"
106+
"Payments",
107+
comment: "Title for the Payments settings screen"
108108
)
109109
}
110110
}

0 commit comments

Comments
 (0)