diff --git a/WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift b/WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift index 6c79ef2eefa..ca65202ccd3 100644 --- a/WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift +++ b/WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift @@ -214,8 +214,11 @@ private extension PeriodDataViewController { borderView.backgroundColor = StyleManager.wooGreyBorder // Titles + visitorsTitle.text = NSLocalizedString("Visitors", comment: "Visitors stat label on dashboard - should be plural.") visitorsTitle.applyFootnoteStyle() + ordersTitle.text = NSLocalizedString("Orders", comment: "Orders stat label on dashboard - should be plural.") ordersTitle.applyFootnoteStyle() + revenueTitle.text = NSLocalizedString("Revenue", comment: "Revenue stat label on dashboard.") revenueTitle.applyFootnoteStyle() // Data