From 2b44fe35a8fb13c78e3479f369f94b3c0a90b859 Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Thu, 7 Aug 2025 22:40:52 +0100 Subject: [PATCH] feat: add clarification message to invite ui Signed-off-by: Miguel Nogueira --- resources/views/dashboard/administration/invites.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/dashboard/administration/invites.blade.php b/resources/views/dashboard/administration/invites.blade.php index 3a9b791..3df72a5 100644 --- a/resources/views/dashboard/administration/invites.blade.php +++ b/resources/views/dashboard/administration/invites.blade.php @@ -132,6 +132,8 @@

{{ __('Here, you can manage the invitation system, and approve any invite requests that might have come through. You can also send invites from here if necessary.') }}

+

{!! __('Remember: invitations are unique on an email/IP address basis. The same user won\'t be able to request an invite twice. This restriction also applies to you. Check if there\'s already an invite before sending one out.') !!}

+

{!! __('Invite lifecycle: Approved and Completed invites are wiped from the system on a daily basis. Expired invites are wiped 1 day after expiration. Denied invites are never wiped.') !!}