Skip to content

Commit 56293b0

Browse files
authored
Changed settings to advanced settings in all places£ (#276)
1 parent 4921730 commit 56293b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Dashboard/Settings_Page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function register_page(): void {
9090
$this->menu_hook = add_submenu_page(
9191
Dashboard_Page::DASHBOARD_SLUG,
9292
__( 'Wayback Link Fixer Settings', 'internet-archive-wayback-machine-link-fixer' ),
93-
__( 'Settings', 'internet-archive-wayback-machine-link-fixer' ),
93+
__( 'Advanced Settings', 'internet-archive-wayback-machine-link-fixer' ),
9494
'manage_options',
9595
self::PAGE_SLUG,
9696
array( $this, 'render_page' )
@@ -183,7 +183,7 @@ public function render_page(): void {
183183
<h1 class="wp-heading-inline iawmlf-settings__header">%s</h1>
184184
%s
185185
</div>',
186-
esc_html__( 'Wayback Link Fixer - Settings', 'internet-archive-wayback-machine-link-fixer' ),
186+
esc_html__( 'Wayback Link Fixer - Advanced Settings', 'internet-archive-wayback-machine-link-fixer' ),
187187
$wizard_link // phpcs:ignore
188188
);
189189

templates/admin/dashboard/widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<?php endif; ?>
160160
<a href="<?php echo esc_url( $iawmlf_link_to_settings ); ?>" class="button">
161161
<span class="dashicons dashicons-admin-settings" style="margin-top: 3px;"></span>
162-
<?php esc_html_e( 'Settings', 'internet-archive-wayback-machine-link-fixer' ); ?>
162+
<?php esc_html_e( 'Advanced Settings', 'internet-archive-wayback-machine-link-fixer' ); ?>
163163
</a>
164164
<a href="<?php echo esc_url( $iawmlf_link_table ); ?>" class="button">
165165
<span class="dashicons dashicons-list-view" style="margin-top: 3px;"></span>

0 commit comments

Comments
 (0)