Skip to content

Commit

Permalink
Update title of the page to refer to the marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
fjorgemota committed Oct 17, 2023
1 parent 25f6d8a commit 8f632db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/views/html-admin-page-addons.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* File containing the view for displaying the list of add-ons available to extend WP Job Manager.
* File containing the view for displaying the list of extensions available to extend WP Job Manager.
*
* @package wp-job-manager
*/
Expand All @@ -9,7 +9,7 @@
exit;
}

echo '<h1 class="screen-reader-text">' . esc_html__( 'WP Job Manager Add-ons', 'wp-job-manager' ) . '</h1>';
echo '<h1 class="screen-reader-text">' . esc_html__( 'WP Job Manager Marketplace', 'wp-job-manager' ) . '</h1>';
echo '<div class="wpjm-extensions-filter-search">';
if ( ! empty( $categories ) ) {
// phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Input is used safely.
Expand Down

0 comments on commit 8f632db

Please sign in to comment.