fix: 🐛 Settings description
This commit is contained in:
parent
8fe6ad0d52
commit
c4b75bf760
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ class UserSettings extends Settings
|
||||||
'description' => 'The minimum amount of credits a user needs to create a server.',
|
'description' => 'The minimum amount of credits a user needs to create a server.',
|
||||||
],
|
],
|
||||||
'server_limit_after_irl_purchase' => [
|
'server_limit_after_irl_purchase' => [
|
||||||
'label' => 'Server Limit After IRL Purchase',
|
'label' => 'Server Limit After first purchase',
|
||||||
'type' => 'number',
|
'type' => 'number',
|
||||||
'description' => 'The amount of servers a user can create after they purchase a server.',
|
'description' => 'The amount of servers a user can create after they make their first purchase.',
|
||||||
],
|
],
|
||||||
'server_limit_after_verify_discord' => [
|
'server_limit_after_verify_discord' => [
|
||||||
'label' => 'Server Limit After Verify Discord',
|
'label' => 'Server Limit After Verify Discord',
|
||||||
|
|
Loading…
Add table
Reference in a new issue