Skip to content

Commit 54682bb

Browse files
committed
Improve these labels.
1 parent 9376b99 commit 54682bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,12 +1108,12 @@ function plugin_action_links( $actions ) {
11081108
'crontrol-events' => sprintf(
11091109
'<a href="%s">%s</a>',
11101110
esc_url( admin_url( 'tools.php?page=wp-crontrol' ) ),
1111-
esc_html__( 'Events', 'wp-crontrol' )
1111+
esc_html__( 'Cron Events', 'wp-crontrol' )
11121112
),
11131113
'crontrol-schedules' => sprintf(
11141114
'<a href="%s">%s</a>',
11151115
esc_url( admin_url( 'options-general.php?page=wp-crontrol-schedules' ) ),
1116-
esc_html__( 'Schedules', 'wp-crontrol' )
1116+
esc_html__( 'Cron Schedules', 'wp-crontrol' )
11171117
),
11181118
'crontrol-help' => sprintf(
11191119
'<a href="%s">%s</a>',

0 commit comments

Comments
 (0)