chore: Review fixes.

This commit is contained in:
Gervwyk 2022-05-02 15:17:41 +02:00
parent 7895b53691
commit e19e23d7ae
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const Client = ({
resetContext={resetContext}
/>
<DisplayMessage
id="lowdefy-displayy-message"
id="lowdefy-display-message"
key={`${config.pageConfig.id}-display-message`}
Component={lowdefy._internal.blockComponents.Message}
methods={{

View File

@ -36,7 +36,8 @@ const RestartingPage = () => {
>
<h3>Rebuilding Lowdefy App</h3>
<p>
The server is reconfiguring Lowdefy types and restarting. The page will reload when ready.
The server is restarting because your configuration changed. The page will reload when
ready.
</p>
</div>
</div>