Skip to content

Commit 788cc74

Browse files
committed
feat: warn about version number reservation on delete
satisfactorymodding/smr-api#134
1 parent 080fbfc commit 788cc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/mod/[modId]/version/[versionId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
const deleteModal: ModalSettings = {
5959
type: 'confirm',
6060
title: 'Delete Version?',
61-
body: 'Are you sure you wish to delete this version?',
61+
body: 'Are you sure you wish to delete this version? You will not be able to upload another version with the same version number later.',
6262
response: (r: boolean) => {
6363
if (r) {
6464
deleteVersionFn();

0 commit comments

Comments
 (0)