Change label `Browse` to `Extensions` (#51140)

* Change label `Browse` to `Extensions`

* Changelog
This commit is contained in:
Boro Sitnikovski 2024-09-05 17:11:42 +02:00 committed by GitHub
parent a7231863c0
commit d2fb60a5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const tabs: Tabs = {
},
extensions: {
name: 'extensions',
title: __( 'Browse', 'woocommerce' ),
title: __( 'Extensions', 'woocommerce' ),
showUpdateCount: false,
updateCount: 0,
},

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Change label `Browse` to `Extensions`