From c092511bd16745a684c71755cfe626ce4fbbbf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81sar=20Vargas=20Casaseca?= Date: Fri, 13 Jan 2023 16:25:52 +0100 Subject: [PATCH] Correct title in the Payments Menu --- .../In-Person Payments/InPersonPaymentsViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift index 7571f1c1c18..abf2e043c8f 100644 --- a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift +++ b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift @@ -103,8 +103,8 @@ struct InPersonPaymentsView: View { enum Localization { static let title = NSLocalizedString( - "In-Person Payments", - comment: "Title for the In-Person Payments settings screen" + "Payments", + comment: "Title for the Payments settings screen" ) } }