浏览代码

fix: 🐛 Settings description

IceToast 2 年之前
父节点
当前提交
c4b75bf760
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Settings/UserSettings.php

+ 2 - 2
app/Settings/UserSettings.php

@@ -91,9 +91,9 @@ class UserSettings extends Settings
                 'description' => 'The minimum amount of credits a user needs to create a server.',
             ],
             'server_limit_after_irl_purchase' => [
-                'label' => 'Server Limit After IRL Purchase',
+                'label' => 'Server Limit After first purchase',
                 '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' => [
                 'label' => 'Server Limit After Verify Discord',