Skip to content

Commit

Permalink
Invites: Update text for administrator role to use the word manage
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Nov 24, 2015
1 parent 273b398 commit a8ec0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/accept-invite/invite-header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default React.createClass( {
switch ( get( this.props, 'invite.meta.role' ) ) {
case 'administrator':
text = this.translate(
'{{inviterName/}} invited you to administer:', {
'{{inviterName/}} invited you to manage:', {
components: {
inviterName: inviterName
}
Expand Down

0 comments on commit a8ec0b7

Please sign in to comment.