Skip to content
Snippets Groups Projects
Commit 08ad073c authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

make string translatable

parent cbcda49e
Branches
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@
<td class="storageLocation"><?php p($user["storageLocation"]); ?></td>
<?php
if($user["lastLogin"] === 0) {
$lastLogin = 'never';
$lastLogin = $l->t('never');
$lastLoginDate = '';
} else {
$lastLogin = relative_modified_date($user["lastLogin"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment