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:
Moon 2024-04-04 19:21:00 -07:00 committed by GitHub
parent 04aab95452
commit c551667646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Copy change for the coming soon label in advanced setting.

View File

@ -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',