Skip to content

Commit 7e31df5

Browse files
committed
Slightly shorter translation comments will suffice
1 parent 42619c7 commit 7e31df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/Onboarding Errors/InPersonPaymentsLiveSiteInTestModeView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ struct InPersonPaymentsLiveSiteInTestMode: View {
2626
private enum Localization {
2727
static let title = NSLocalizedString(
2828
"%1$@ is in Test Mode",
29-
comment: "Title for the error screen when a card present payments plugin is in test mode on a live site. %1$@ is a placeholder for the plugin name, e.g. WooCommerce Stripe Gateway"
29+
comment: "Title for the error screen when a card present payments plugin is in test mode on a live site. %1$@ is a placeholder for the plugin name."
3030
)
3131

3232
static let message = NSLocalizedString(
3333
"The %1$@ extension cannot be in test mode for In-Person Payments. "
3434
+ "Please disable test mode.",
35-
comment: "Error message when a card present payments plugin is in test mode on a live site. %1$@ is a placeholder for the plugin name, e.g. WooCommerce Stripe Gateway"
35+
comment: "Error message when a card present payments plugin is in test mode on a live site. %1$@ is a placeholder for the plugin name."
3636
)
3737

3838
static let primaryButton = NSLocalizedString(

0 commit comments

Comments
 (0)