Skip to content

Commit a2fd980

Browse files
committed
placeholder text
1 parent f88e5b0 commit a2fd980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/steps/Intake/SiteTypeSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SiteTypeSelector = ( { value: selectedSiteType, onChange } ) => {
1919

2020
const getSelectedLabel = ( value ) => {
2121
const option = siteTypeOptions.find( ( o ) => o.value === value );
22-
return option ? option.label : __( 'Site Type', 'wp-module-onboarding' );
22+
return option ? option.label : __( 'Select Site Type', 'wp-module-onboarding' );
2323
};
2424

2525
const handleChange = ( newValue ) => {

0 commit comments

Comments
 (0)