Skip to content

Commit

Permalink
Customer Home: Updating Timing of Connect Accounts Task (#41271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorum committed Apr 20, 2020
1 parent ed07939 commit 705fb90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ConnectAccountsTask = ( { skipTask, siteSlug } ) => {
) }
<div className="tasks__timing">
<Gridicon icon="time" size={ 18 } />
<p>{ translate( '3 minutes' ) }</p>
<p>{ translate( '%d minute', '%d minutes', { count: 3, args: [ 3 ] } ) }</p>
</div>
<ActionPanelTitle>{ translate( 'Drive traffic to your site' ) }</ActionPanelTitle>
<p className="tasks__description">
Expand Down

0 comments on commit 705fb90

Please sign in to comment.