Skip to content

Commit

Permalink
Jetpack Onboarding: Improve Business Address field labels (#22581)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Feb 20, 2018
1 parent f7511b4 commit 98dbd35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/jetpack-onboarding/steps/business-address.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ class JetpackOnboardingBusinessAddressStep extends React.PureComponent {
const { translate } = this.props;

return {
name: translate( 'Business Name' ),
street: translate( 'Street Address' ),
name: translate( 'Business name' ),
street: translate( 'Street address' ),
city: translate( 'City' ),
state: translate( 'State' ),
zip: translate( 'ZIP Code' ),
state: translate( 'State / Region / Province' ),
zip: translate( 'ZIP code' ),
};
}

Expand Down

0 comments on commit 98dbd35

Please sign in to comment.