mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
mybonus.php remove medal
This commit is contained in:
@@ -12,4 +12,15 @@ return [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
|
||||
],
|
||||
'fields' => [
|
||||
'get_type' => 'Get type',
|
||||
'description' => 'Description',
|
||||
'image_large' => 'Image',
|
||||
'price' => 'Price',
|
||||
'duration' => 'Valid after buy (days)',
|
||||
],
|
||||
'buy_already' => 'Already buy',
|
||||
'buy_btn' => 'Buy',
|
||||
'confirm_to_buy' => 'Sure you want to buy?',
|
||||
'require_more_bonus' => 'Require more bonus',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user