@@ -64,7 +64,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
6464 size = "small"
6565 value = { user_location_city || "" }
6666 onChange = { e => setUserLocationCity ( e . target . value ) }
67- helperText = "The city of the user. E.g. ' Mountain View'. "
67+ helperText = "The city name, e.g., Mountain View"
6868 />
6969 </ Grid >
7070 < Grid item xs = { 12 } sm = { 6 } >
@@ -76,7 +76,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
7676 size = "small"
7777 value = { user_location_region_id || "" }
7878 onChange = { e => setUserLocationRegionId ( e . target . value ) }
79- helperText = "The region of the user. E.g. ' US-CA'. "
79+ helperText = "The country and subdivision, e.g., US-CA"
8080 />
8181 </ Grid >
8282 < Grid item xs = { 12 } sm = { 6 } >
@@ -88,7 +88,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
8888 size = "small"
8989 value = { user_location_country_id || "" }
9090 onChange = { e => setUserLocationCountryId ( e . target . value ) }
91- helperText = "The country of the user. E.g. 'US'. "
91+ helperText = "The country code, e.g., US "
9292 />
9393 </ Grid >
9494 < Grid item xs = { 12 } sm = { 6 } >
@@ -100,7 +100,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
100100 size = "small"
101101 value = { user_location_continent_id || "" }
102102 onChange = { e => setUserLocationContinentId ( e . target . value ) }
103- helperText = "The continent of the user. E.g. ' 019'. "
103+ helperText = "The continent code, e.g., 019"
104104 />
105105 </ Grid >
106106 < Grid item xs = { 12 } sm = { 6 } >
@@ -112,7 +112,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
112112 size = "small"
113113 value = { user_location_subcontinent_id || "" }
114114 onChange = { e => setUserLocationSubcontinentId ( e . target . value ) }
115- helperText = "The subcontinent of the user. E.g. ' 021'. "
115+ helperText = "The subcontinent code, e.g., 021"
116116 />
117117 </ Grid >
118118 </ Grid >
0 commit comments