Skip to content

Commit 7eabc21

Browse files
committed
Improve these labels.
1 parent ae6ef6c commit 7eabc21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ function show_cron_form( $editing ) {
17881788
<tr class="crontrol-event-url">
17891789
<th valign="top" scope="row">
17901790
<label for="crontrol_eventname">
1791-
<?php esc_html_e( 'Event Name (optional)', 'wp-crontrol' ); ?>
1791+
<?php esc_html_e( 'Display Name (optional)', 'wp-crontrol' ); ?>
17921792
</label>
17931793
</th>
17941794
<td>
@@ -1834,7 +1834,7 @@ function show_cron_form( $editing ) {
18341834
<tr class="crontrol-event-php">
18351835
<th scope="row">
18361836
<label for="crontrol_eventname">
1837-
<?php esc_html_e( 'Event Name (optional)', 'wp-crontrol' ); ?>
1837+
<?php esc_html_e( 'Display Name (optional)', 'wp-crontrol' ); ?>
18381838
</label>
18391839
</th>
18401840
<td>

0 commit comments

Comments
 (0)