Display "View store" button text by default. (#48690)
* Display "View store" button text by default. * Add changelog.
This commit is contained in:
parent
3b00882aed
commit
841d00e150
|
@ -376,8 +376,7 @@ export const ActivityPanel = ( { isEmbedded, query } ) => {
|
|||
title:
|
||||
( comingSoon === 'yes' &&
|
||||
__( 'Preview store', 'woocommerce' ) ) ||
|
||||
( comingSoon === 'no' && __( 'View store', 'woocommerce' ) ) ||
|
||||
'',
|
||||
__( 'View store', 'woocommerce' ),
|
||||
visible: isHomescreen && query.task !== 'appearance',
|
||||
onClick: () => {
|
||||
window.open( getAdminSetting( 'shopUrl' ) );
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Display "View store" button text by default in the toolbar.
|
Loading…
Reference in New Issue