From a37e40ab27bd510acec378c848866f0910215292 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 12 Apr 2023 18:43:38 -0700 Subject: [PATCH] Change the info message shown when changing admin password. Closes #2905 --- web/components/admin/EditInstanceDetails2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/admin/EditInstanceDetails2.tsx b/web/components/admin/EditInstanceDetails2.tsx index beec9de4f..89a0a4c0b 100644 --- a/web/components/admin/EditInstanceDetails2.tsx +++ b/web/components/admin/EditInstanceDetails2.tsx @@ -54,7 +54,7 @@ export default function EditInstanceDetails() { const showStreamKeyChangeMessage = () => { setMessage( - 'Changing your stream key will log you out of the admin and block you from streaming until you change the key in your broadcasting software.', + 'Changing your password will log you out of the admin. You may want to refresh the page to force yourself to log back in if not prompted.', ); };