Skip to content

Commit

Permalink
Merge pull request #1574 from publishpress/feature/#1572_Small_text_c…
Browse files Browse the repository at this point in the history
…hange_for_Filters_and_Columns

feature/#1572_Small_text_change_for_Filters_and_Columns
  • Loading branch information
olatechpro authored Apr 3, 2024
2 parents 001d1d0 + 69f1a2e commit 580a23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/content-overview/content-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ public function get_content_overview_form_columns() {
// custom columns
$columns['custom'] = [
'title' => esc_html__('Custom Columns', 'publishpress'),
'message' => esc_html__('You do not have any custom column. Use this area to add new custom column', 'publishpress'),
'message' => esc_html__('Click the "Add New" button to create new columns.', 'publishpress'),
'columns' => is_array($content_overview_datas['content_overview_custom_columns']) ? $content_overview_datas['content_overview_custom_columns'] : []
];

Expand Down Expand Up @@ -1188,7 +1188,7 @@ public function get_content_overview_form_filters() {
// custom filters
$filters['custom'] = [
'title' => esc_html__('Custom filters', 'publishpress'),
'message' => esc_html__('You do not have any custom filter. Use this area to add new custom filter', 'publishpress'),
'message' => esc_html__('Click the "Add New" button to create new filters.', 'publishpress'),
'filters' => $content_overview_datas['content_overview_custom_filters']
];

Expand Down

0 comments on commit 580a23a

Please sign in to comment.