Change title text from #6132
This commit is contained in:
parent
f9af86ee1d
commit
689272f9b9
|
@ -692,7 +692,7 @@ class WC_Install {
|
|||
*/
|
||||
public function plugin_action_links( $links ) {
|
||||
$action_links = array(
|
||||
'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings' ) . '" title="' . esc_attr( __( 'View this Plugin Settings', 'woocommerce' ) ) . '">' . __( 'Settings', 'woocommerce' ) . '</a>',
|
||||
'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings' ) . '" title="' . esc_attr( __( 'View WooCommerce Settings', 'woocommerce' ) ) . '">' . __( 'Settings', 'woocommerce' ) . '</a>',
|
||||
);
|
||||
|
||||
return array_merge( $action_links, $links );
|
||||
|
|
Loading…
Reference in New Issue