Skip to content

Commit

Permalink
Change Content Overview "Manage Filters" label to "Customize Filters" #…
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Apr 24, 2024
1 parent d13d77d commit bc45e17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/content-overview/content-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,7 @@ public function get_content_overview_datas() {
$content_overview_custom_filters = $this->module->options->content_overview_custom_filters;

$datas['content_overview_filters'] = is_array($content_overview_filters) ? $content_overview_filters : [
'post_status' => esc_html__('Status', 'publishpress'),
'category' => esc_html__('Categories', 'publishpress'),
'post_status' => esc_html__('Status', 'publishpress'),
'author' => esc_html__('Author', 'publishpress'),
'ptype' => esc_html__('Post Type', 'publishpress')
];
Expand Down Expand Up @@ -1868,7 +1867,7 @@ public function table_navigation()
</div>
<?php $modal_id++; ?>
<div class="item action co-filter" data-target="#content_overview_modal_<?php echo esc_attr($modal_id); ?>">
<span class="dashicons dashicons-filter"></span> <?php esc_html_e('Manage Filters', 'publishpress'); ?>
<span class="dashicons dashicons-filter"></span> <?php esc_html_e('Customize Filters', 'publishpress'); ?>
</div>
<div id="content_overview_modal_<?php echo esc_attr($modal_id); ?>" class="customize-customize-item-modal content-overview-modal" style="display: none;">
<div class="content-overview-modal-content">
Expand Down

0 comments on commit bc45e17

Please sign in to comment.