We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b5040 commit a236657Copy full SHA for a236657
WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift
@@ -214,8 +214,11 @@ private extension PeriodDataViewController {
214
borderView.backgroundColor = StyleManager.wooGreyBorder
215
216
// Titles
217
+ visitorsTitle.text = NSLocalizedString("Visitors", comment: "Visitors stat label on dashboard - should be plural.")
218
visitorsTitle.applyFootnoteStyle()
219
+ ordersTitle.text = NSLocalizedString("Orders", comment: "Orders stat label on dashboard - should be plural.")
220
ordersTitle.applyFootnoteStyle()
221
+ revenueTitle.text = NSLocalizedString("Revenue", comment: "Revenue stat label on dashboard.")
222
revenueTitle.applyFootnoteStyle()
223
224
// Data
0 commit comments