@@ -65,7 +65,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
6565 size = "small"
6666 value = { user_location_city || "" }
6767 onChange = { e => setUserLocationCity ( e . target . value ) }
68- helperText = "The city of the user. E.g. ' Mountain View'. "
68+ helperText = "The city name, e.g., Mountain View"
6969 />
7070 </ Grid >
7171 < Grid item xs = { 12 } sm = { 6 } >
@@ -77,7 +77,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
7777 size = "small"
7878 value = { user_location_region_id || "" }
7979 onChange = { e => setUserLocationRegionId ( e . target . value ) }
80- helperText = "The region of the user. E.g. ' US-CA'. "
80+ helperText = "The country and subdivision, e.g., US-CA"
8181 />
8282 </ Grid >
8383 < Grid item xs = { 12 } sm = { 6 } >
@@ -89,7 +89,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
8989 size = "small"
9090 value = { user_location_country_id || "" }
9191 onChange = { e => setUserLocationCountryId ( e . target . value ) }
92- helperText = "The country of the user. E.g. 'US'. "
92+ helperText = "The country code, e.g., US "
9393 />
9494 </ Grid >
9595 < Grid item xs = { 12 } sm = { 6 } >
@@ -101,7 +101,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
101101 size = "small"
102102 value = { user_location_continent_id || "" }
103103 onChange = { e => setUserLocationContinentId ( e . target . value ) }
104- helperText = "The continent of the user. E.g. ' 019'. "
104+ helperText = "The continent code, e.g., 019"
105105 />
106106 </ Grid >
107107 < Grid item xs = { 12 } sm = { 6 } >
@@ -113,7 +113,7 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
113113 size = "small"
114114 value = { user_location_subcontinent_id || "" }
115115 onChange = { e => setUserLocationSubcontinentId ( e . target . value ) }
116- helperText = "The subcontinent of the user. E.g. ' 021'. "
116+ helperText = "The subcontinent code, e.g., 021"
117117 />
118118 </ Grid >
119119 </ Grid >
0 commit comments