Skip to content

Commit

Permalink
Small improvement to copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Klimer authored and umurkontaci committed Aug 12, 2016
1 parent 6456b02 commit a8c8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/domains/register-domain-step/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ const RegisterDomainStep = React.createClass( {
if ( tldIndex !== -1 ) {
message = this.translate(
'To use a domain ending with {{strong}}%(tld)s{{/strong}} on your site, ' +
'you can register it elsewhere and then add it here. {{a}}Learn more{{/a}}.',
'you can register it elsewhere first and then add it here. {{a}}Learn more{{/a}}.',
{
args: { tld: domain.substring( tldIndex ) },
components: {
Expand Down

0 comments on commit a8c8398

Please sign in to comment.