From acacf395f64016bc728243e31f6fb3e9622da7b5 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 15 Jan 2022 15:14:36 +0300 Subject: [PATCH] bulk upload burg names - more clear help text --- modules/ui/burgs-overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/burgs-overview.js b/modules/ui/burgs-overview.js index 684042cd..454671cb 100644 --- a/modules/ui/burgs-overview.js +++ b/modules/ui/burgs-overview.js @@ -483,9 +483,9 @@ function overviewBurgs() { } function renameBurgsInBulk() { - const message = `Download burgs list as a text file, make changes and re-upload the file. + alertMessage.innerHTML = `Download burgs list as a text file, make changes and re-upload the file. + Make sure the file is a plain text document with each name on its own line (the dilimiter is CRLF). If you do not want to change the name, just leave it as is`; - alertMessage.innerHTML = message; $("#alert").dialog({ title: "Burgs bulk renaming",