mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
[admin] change uploaded & downloaded unit: GB
This commit is contained in:
@@ -7,5 +7,7 @@ return [
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => 'Message detail',
|
||||
]
|
||||
],
|
||||
'field_value_change_message_body' => ':field is changed from :old to :new by :operator. Reason::reason.',
|
||||
'field_value_change_message_subject' => ':field changed',
|
||||
];
|
||||
|
||||
@@ -7,5 +7,12 @@ return [
|
||||
'list' => [
|
||||
'page_title' => 'User list'
|
||||
]
|
||||
]
|
||||
],
|
||||
'labels' => [
|
||||
'seedbonus' => 'Bonus',
|
||||
'seed_points' => 'Seed points',
|
||||
'uploaded' => 'Uploaded',
|
||||
'downloaded' => 'Downloaded',
|
||||
'invites' => 'Invites',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user