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 54db556 commit abe122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content-overview/content-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -1867,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 abe122d

Please sign in to comment.