Copy change for coming soon label in advanced setting (#46204)
* Copy change for coming soon setting * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
04aab95452
commit
c551667646
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Copy change for the coming soon label in advanced setting.
|
|
@ -136,7 +136,7 @@ class WC_Settings_Advanced extends WC_Settings_Page {
|
|||
),
|
||||
|
||||
Features::is_enabled( 'launch-your-store' ) ? array(
|
||||
'title' => __( 'Coming soon', 'woocommerce' ),
|
||||
'title' => __( 'Coming soon page', 'woocommerce' ),
|
||||
'desc' => __( 'TBD', 'woocommerce' ),
|
||||
'id' => 'woocommerce_coming_soon_page_id',
|
||||
'type' => 'single_select_page_with_search',
|
||||
|
|
Loading…
Reference in New Issue