Skip to content

Commit

Permalink
Small text change for Filters and Columns #1572
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Apr 3, 2024
1 parent 001d1d0 commit 69f1a2e
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 69f1a2e

Please sign in to comment.