Skip to content

Commit

Permalink
UI: Add i18n to Validate link label
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed May 24, 2024
1 parent 03222f7 commit 7a5ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-list-redirects.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function modify_list_row_actions( $actions, $post ) {
'validate' => sprintf(
'<a href="%1$s">%2$s</a>',
esc_url( $validate_link ),
'Validate'
esc_html__( 'Validate', 'wpcom-legacy-redirector' )
),
'follow' => sprintf(
'<a href="%1$s" target="_blank">%2$s</a>',
Expand Down

0 comments on commit 7a5ecfb

Please sign in to comment.