feat: change admon title in restore alert modal

This commit is contained in:
Calum H. (IMB11)
2026-04-18 15:49:55 +01:00
parent 36a09c495f
commit c1687f5f78
@@ -4,7 +4,7 @@
<Admonition v-if="ctx.isServerRunning.value" type="critical" header="Server is running"> <Admonition v-if="ctx.isServerRunning.value" type="critical" header="Server is running">
Stop the server before restoring a backup. Stop the server before restoring a backup.
</Admonition> </Admonition>
<Admonition v-else type="critical" header="Restore warning"> <Admonition v-else type="critical" header="Your server files will be replaced">
Restoring your server will replace the current world and server files. Any changes made Restoring your server will replace the current world and server files. Any changes made
since that backup will be permanently lost. since that backup will be permanently lost.
</Admonition> </Admonition>