mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Change the info message shown when changing admin password. Closes #2905
This commit is contained in:
parent
d230f3534d
commit
a37e40ab27
@ -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.',
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user