From 87695dbf613120c42a49519cebedb0f346be26c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Tue, 5 Jan 2021 13:58:46 +0100 Subject: [PATCH] Unify program title header to program, as specified in https://github.com/woocommerce/google-listings-and-ads/issues/96#issuecomment-753735762. --- js/src/dashboard/all-programs-table-card/index.js | 2 +- js/src/reports/compare-programs-table-card.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/dashboard/all-programs-table-card/index.js b/js/src/dashboard/all-programs-table-card/index.js index debcd9a80c..ddc21f49f9 100644 --- a/js/src/dashboard/all-programs-table-card/index.js +++ b/js/src/dashboard/all-programs-table-card/index.js @@ -18,7 +18,7 @@ import './index.scss'; const headers = [ { key: 'title', - label: __( 'Title', 'google-listings-and-ads' ), + label: __( 'Program', 'google-listings-and-ads' ), isLeftAligned: true, required: true, isSortable: true, diff --git a/js/src/reports/compare-programs-table-card.js b/js/src/reports/compare-programs-table-card.js index 6a02f97c25..c08062bb6d 100644 --- a/js/src/reports/compare-programs-table-card.js +++ b/js/src/reports/compare-programs-table-card.js @@ -138,7 +138,7 @@ const CompareProgramsTableCard = () => { }, { key: 'title', - label: __( 'Title', 'google-listings-and-ads' ), + label: __( 'Program', 'google-listings-and-ads' ), isLeftAligned: true, required: true, isSortable: true,