From 30634376e81700994c4798a6d8a991ccf2243e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 24 Dec 2025 20:57:45 +0100 Subject: [PATCH] Update notes structure in rustypaste.json --- frontend/public/json/rustypaste.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/rustypaste.json b/frontend/public/json/rustypaste.json index 14c35cf2f..ac81889d5 100644 --- a/frontend/public/json/rustypaste.json +++ b/frontend/public/json/rustypaste.json @@ -32,6 +32,9 @@ "password": null }, "notes": [ - "When updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove", + { + "text": "When updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove", + "type": "info" + } ] }