Change label `Browse` to `Extensions` (#51140)
* Change label `Browse` to `Extensions` * Changelog
This commit is contained in:
parent
a7231863c0
commit
d2fb60a5d1
|
@ -50,7 +50,7 @@ const tabs: Tabs = {
|
||||||
},
|
},
|
||||||
extensions: {
|
extensions: {
|
||||||
name: 'extensions',
|
name: 'extensions',
|
||||||
title: __( 'Browse', 'woocommerce' ),
|
title: __( 'Extensions', 'woocommerce' ),
|
||||||
showUpdateCount: false,
|
showUpdateCount: false,
|
||||||
updateCount: 0,
|
updateCount: 0,
|
||||||
},
|
},
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
Comment: Change label `Browse` to `Extensions`
|
||||||
|
|
Loading…
Reference in New Issue