From c4b75bf760a524496cc470ffa783d55904562d9c Mon Sep 17 00:00:00 2001 From: IceToast Date: Sun, 25 Jun 2023 15:10:47 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Settings=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Settings/UserSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Settings/UserSettings.php b/app/Settings/UserSettings.php index 1260a94e..adc849af 100644 --- a/app/Settings/UserSettings.php +++ b/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',