Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Fix: Style
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 2, 2015
1 parent 55bc01a commit ed0691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/User/view/zfc-user/user/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$modules = $this->listModule(['user' => true]);
if (empty($modules)) {
?>
<div class="alert alert-block">No modules was submitted yet</div>
<div class="alert alert-block">No modules have been submitted yet</div>
<?php
}
foreach ($modules as $module) {
Expand Down

0 comments on commit ed0691b

Please sign in to comment.