mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: ja
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ if ($type == 'new'){
|
||||
->orderBy('expired_at', 'asc')
|
||||
->get()
|
||||
;
|
||||
$invitation_body = $lang_invite['text_invitation_body'].$CURUSER['username'];
|
||||
$invitation_body = sprintf($lang_invite['text_invitation_body'], \App\Models\Setting::getSiteName()).$CURUSER['username'];
|
||||
//$invitation_body_insite = str_replace("<br />","\n",$invitation_body);
|
||||
$inviteSelectOptions = '';
|
||||
if ($inv['invites'] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user