Skip to content

Commit

Permalink
Unify program title header to program,
Browse files Browse the repository at this point in the history
as specified in #96 (comment).
  • Loading branch information
tomalec committed Jan 5, 2021
1 parent 64cf9b6 commit 87695db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/dashboard/all-programs-table-card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion js/src/reports/compare-programs-table-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 87695db

Please sign in to comment.