mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 23:45:38 +08:00
Fix lang on remaining
This commit is contained in:
parent
0511459424
commit
a9761dda28
2 changed files with 3 additions and 2 deletions
|
@ -127,7 +127,7 @@ class Lang
|
|||
|
||||
if (!$full)
|
||||
$string = array_slice($string, 0, 1);
|
||||
return $string ? implode(', ', $string) . ' ago' : 'just now';
|
||||
return $string ? implode(', ', $string) .' '. Lang::T('ago') : Lang::T('just now');
|
||||
}
|
||||
|
||||
public static function nl2br($text)
|
||||
|
|
|
@ -580,5 +580,6 @@
|
|||
"Extend": "Extend",
|
||||
"Created___Expired": "Created \/ Expired",
|
||||
"Bank_Transfer": "Bank Transfer",
|
||||
"Recharge_Using": "Recharge Using"
|
||||
"Recharge_Using": "Recharge Using",
|
||||
"ago": "ago"
|
||||
}
|
Loading…
Reference in a new issue