Add string to localizer

This commit is contained in:
unostar
2009-06-15 02:02:25 -07:00
parent 83d1b15c1e
commit 08a5b75345
+1 -1
View File
@@ -60,7 +60,7 @@
<th><?= t("Full name") ?></th>
<th><?= t("Email") ?></th>
<th><?= t("Last login") ?></th>
<th>Actions</th>
<th><?= t("Actions") ?></th>
</tr>
<? foreach ($users as $i => $user): ?>