We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9376b99 commit 54682bbCopy full SHA for 54682bb
src/bootstrap.php
@@ -1108,12 +1108,12 @@ function plugin_action_links( $actions ) {
1108
'crontrol-events' => sprintf(
1109
'<a href="%s">%s</a>',
1110
esc_url( admin_url( 'tools.php?page=wp-crontrol' ) ),
1111
- esc_html__( 'Events', 'wp-crontrol' )
+ esc_html__( 'Cron Events', 'wp-crontrol' )
1112
),
1113
'crontrol-schedules' => sprintf(
1114
1115
esc_url( admin_url( 'options-general.php?page=wp-crontrol-schedules' ) ),
1116
- esc_html__( 'Schedules', 'wp-crontrol' )
+ esc_html__( 'Cron Schedules', 'wp-crontrol' )
1117
1118
'crontrol-help' => sprintf(
1119
0 commit comments