From ae6473da3d7ee7ca5cd7df413d3934169a857a75 Mon Sep 17 00:00:00 2001 From: Tonitum Date: Wed, 18 Sep 2024 12:26:24 -0600 Subject: [PATCH] fix: remove hard-coded "weekly" in folder creation prompt (#343) --- lua/telekasten.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index bb77cef..fec478b 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -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