mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
feat: change admon title in restore alert modal
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user