Skip to content

Commit

Permalink
Adjust feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Mar 7, 2024
1 parent d31373f commit 673a07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-bc-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public static function bc_admin_notices() {

$notices[] = array(
'message' => sprintf(
// translators: %1$s: URL 1, %2$s: URL 2
// translators: %1$s: Update settings URL, %2$s: Force refresh URL.
esc_html__( 'It looks like one or more of your accounts API authentication has changed recently. Please update your settings <a href="%1$s"><strong>here</strong></a>. Or click <a href="%2$s"><strong>here</strong></a> to try again.', 'brightcove' ),
esc_url( admin_url( 'admin.php?page=brightcove-sources' ) ),
esc_url( $force_refresh_url )
Expand Down

0 comments on commit 673a07f

Please sign in to comment.