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:
parent
69ce0c6e3a
commit
e65e8bf83a
|
@ -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',
|
||||
},
|
||||
] }
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Made two strings translatable in slotfill.js
|
||||
|
Loading…
Reference in New Issue