From 390d9d497ed757a9ca36f1d9e95e4e4110f7d5a8 Mon Sep 17 00:00:00 2001 From: arzumify Date: Tue, 16 Apr 2024 13:07:57 +0100 Subject: [PATCH] Update static/js/main.js --- static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/main.js b/static/js/main.js index 3b47ec8..ad16508 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -663,7 +663,7 @@ if (isFirstTimeVisitor() && /Android|iPhone|iPod/i.test(navigator.userAgent)) { } if (firstNewVersion()) { - displayError("What's new in Burgernotes 1.2?\n\nNote titles are now the first line of a note \(will not break compatibility with older notes\)\nIntroduced improved login screen\nNote titles now scroll correctly") + displayError("What's new in Burgernotes 1.2-1?\nNotes now support live editing\nFixed various bugs and issues in the client") } waitforedit()