Skip to content

Commit c7a9cfd

Browse files
Merge pull request #1618 from sumitdaga/issue-1429
fixes #1429
2 parents 0c7ed99 + f1d932d commit c7a9cfd

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Settings/Profile/BasicInfo

1 file changed

+1
-1
lines changed

src/shared/components/Settings/Profile/BasicInfo/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export default class BasicInfo extends ConsentComponent {
581581
options={dropdowns.tshirtSize}
582582
value={newBasicInfo.tshirtSize}
583583
onChange={this.onUpdateSelect}
584-
placeholder="Select your size from chart"
584+
placeholder="Select your size from the list"
585585
labelKey="name"
586586
valueKey="name"
587587
clearable={false}

0 commit comments

Comments
 (0)