mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
Change the info message shown when changing admin password. Closes #2905
This commit is contained in:
parent
d230f3534d
commit
a37e40ab27
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue