mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
make string translatable
This commit is contained in:
parent
cbcda49ee3
commit
08ad073cf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue