Skip to content

Commit

Permalink
Update plugin links wordings.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 6, 2024
1 parent 6eb8259 commit 35d3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function filter_plugin_action_links( $links ): array {
'setup' => sprintf(
'<a href="%s"> %s </a>',
esc_url( $setup_url ),
esc_html__( 'Set up', 'classifai' )
esc_html__( 'Welcome', 'classifai' )
),
'settings' => sprintf(
'<a href="%s"> %s </a>',
Expand Down

0 comments on commit 35d3146

Please sign in to comment.