improved user experience

This commit is contained in:
ElMoribond 2021-07-14 07:45:05 +02:00 committed by GitHub
parent dc732f192c
commit e6f5dbabf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ export default function DialogRestart({ show, setShow }) {
{ text: 'Cancel', onClick: handleDismiss } ]}
/>
) : detectRestarted != null && (
<Dialog title={dialogTitle} text="This page should refresh as soon as the server is up and running." />
<Dialog title={dialogTitle} text="This page should refresh as soon as the server is up and running" />
)}
</Fragment>
);