Made two strings translatable in slotfill.js (#50198)

* Update slotfill.js

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
This commit is contained in:
DAnn2012 2024-08-01 11:13:18 +02:00 committed by GitHub
parent 69ce0c6e3a
commit e65e8bf83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -130,7 +130,7 @@ const SiteVisibility = () => {
} }
options={ [
{
label: 'Coming soon',
label: __( 'Coming soon', 'woocommerce' ),
value: 'yes',
},
] }
@ -253,7 +253,7 @@ const SiteVisibility = () => {
} }
options={ [
{
label: 'Live',
label: __( 'Live', 'woocommerce' ),
value: 'no',
},
] }

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Made two strings translatable in slotfill.js