Skip to content

Commit

Permalink
Merge pull request #1594 from publishpress/feature/#1580_Change_Conte…
Browse files Browse the repository at this point in the history
…nt_Overview_Manage_Filters_label_to_Customize_Filters

feature/#1580_Change_Content_Overview_Manage_Filters_label_to_Customize_Filters
  • Loading branch information
olatechpro authored Apr 24, 2024
2 parents 1708e72 + bc45e17 commit abcd4b0
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 abcd4b0

Please sign in to comment.