improved user experience

This commit is contained in:
ElMoribond
2021-07-14 07:45:05 +02:00
committed by GitHub
parent dc732f192c
commit e6f5dbabf4
+1 -1
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>
);