Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
STYLE: Wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Jomier committed Mar 25, 2011
1 parent 655c879 commit a67e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views/browse/index.phtml
Expand Up @@ -44,7 +44,7 @@
<?php
if(empty($this->communities))
{
echo "<h4>{$this->t("No communyty available")}. <a class='createCommunity' >{$this->t("Create your own community")}!</a> </h4>";
echo "<h4>{$this->t("No community available")}. <a class='createCommunity' >{$this->t("Create your own community")}!</a> </h4>";
}
?>
</div>
Expand Down

0 comments on commit a67e686

Please sign in to comment.