From 0a9deac5d8825f388958b42d854ea3d188e225c6 Mon Sep 17 00:00:00 2001 From: Illya Gerasymchuk Date: Wed, 27 Nov 2024 16:25:11 +0000 Subject: [PATCH] chore: append fullstop --- src/channels/login/LoginForumManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/login/LoginForumManager.ts b/src/channels/login/LoginForumManager.ts index 6f78037..8a327a9 100644 --- a/src/channels/login/LoginForumManager.ts +++ b/src/channels/login/LoginForumManager.ts @@ -115,7 +115,7 @@ export class LoginForumManager { .setTitle('🔐 Login to MEF') .setDescription( 'Welcome to the MEF Login Dashboard!\n\n' + - 'Here, you can authenticate to the MEF web application, where you can create, view & vote on proposals\n\n' + + 'Here, you can authenticate to the MEF web application, where you can create, view & vote on proposals.\n\n' + '**How to Login:**\n' + '1. Click the "Login to MEF" button below\n' + '2. You\'ll receive a secure login link (valid for 30 seconds)\n' +