Skip to content

Commit

Permalink
Fix typo - plural should be actions (#25753)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavf authored Jul 12, 2018
1 parent 4cd80b3 commit 4722397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/google-my-business/stats/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class GoogleMyBusinessStats extends Component {
if ( interval === 'quarter' ) {
return this.props.translate(
'%(value)d action on the week of %(monday)s',
'%(value)d action on the week of %(monday)s',
'%(value)d actions on the week of %(monday)s',
{
count: actionCount,
args: {
Expand Down

0 comments on commit 4722397

Please sign in to comment.