Skip to content

Commit

Permalink
Fix typo in hosts sync toast
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz authored and Ron-Lavi committed Sep 3, 2020
1 parent 39eeb0c commit 3839714
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ const Toast = ({ syncHosts, disconnectHosts }) => {
return (
<span>
<p>
{__("Total org's hosts with subscriprion: ")}
{__('Hosts with subscription in organization: ')}
<strong>{totalHosts}</strong>
</p>
<p>
Expand Down

0 comments on commit 3839714

Please sign in to comment.