fix: remove hard-coded "weekly" in folder creation prompt (#343)

This commit is contained in:
Tonitum
2024-09-18 12:26:24 -06:00
committed by GitHub
parent 319276a785
commit ae6473da3d

View File

@@ -512,7 +512,7 @@ local function create_note_from_template(
-- now write the output file, substituting vars line by line
local file_dir = filepath:match("(.*/)") or ""
check_dir_and_ask(file_dir, "Create weekly dir", function(dir_succeed)
check_dir_and_ask(file_dir, "Notes", function(dir_succeed)
if dir_succeed == false then
return
end