Skip to content

Commit

Permalink
Invites: Remove redundant "on your own" from invite explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Nov 23, 2015
1 parent e2c8291 commit 0cf9899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/accept-invite/invite-form-header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default React.createClass( {
break;
case 'contributor':
explanation = this.translate(
'As a contributor, you will be able to write and manage your own posts, but you will not be able to publish on your own.'
'As a contributor, you will be able to write and manage your own posts, but you will not be able to publish.'
);
break;
case 'subscriber':
Expand Down

0 comments on commit 0cf9899

Please sign in to comment.