Change the info message shown when changing admin password. Closes #2905

This commit is contained in:
Gabe Kangas 2023-04-12 18:43:38 -07:00
parent d230f3534d
commit a37e40ab27
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -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.',
);
};