mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
修复种子页面评论引用用户不存在时报错问题
This commit is contained in:
@@ -7,6 +7,7 @@ return [
|
||||
'user_not_exists' => '(orphaned)',
|
||||
'time_units' => [
|
||||
'week' => 'weeks',
|
||||
'hour' => 'hours',
|
||||
],
|
||||
'select_all' => 'Select all',
|
||||
'unselect_all' => 'Unselect all',
|
||||
|
||||
@@ -7,6 +7,7 @@ return [
|
||||
'user_not_exists' => '(無此帳戶)',
|
||||
'time_units' => [
|
||||
'week' => '周',
|
||||
'hour' => '小時',
|
||||
],
|
||||
'select_all' => '全選',
|
||||
'unselect_all' => '全不選',
|
||||
|
||||
Reference in New Issue
Block a user