Skip to content

Commit

Permalink
fix(State select dropdown): placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB authored and plondon committed Aug 9, 2018
1 parent 8ad8d41 commit 625ae4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
{
"descriptors": [
{
"defaultMessage": "Select country",
"defaultMessage": "Select state",
"id": "components.selectboxstate.label"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"components.selectboxcountry.label": "Select country",
"components.selectboxregion.placeholder.region": "Select region",
"components.selectboxregion.placeholder.state": "Select state",
"components.selectboxstate.label": "Select country",
"components.selectboxstate.label": "Select state",
"components.selectboxtheme.complement": "Complement",
"components.selectboxtheme.default": "Default",
"components.selectboxtheme.grayscale": "Grayscale",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SelectBoxUSState extends React.PureComponent {
label={
<FormattedMessage
id='components.selectboxstate.label'
defaultMessage='Select country'
defaultMessage='Select state'
/>
}
elements={elements}
Expand Down

0 comments on commit 625ae4f

Please sign in to comment.