Skip to content

Commit

Permalink
fix(): plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Aug 12, 2023
1 parent 8b17336 commit 8e8b1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const settingsTemplate: SettingSchemaDesc[] = [
title: "--- Overdue task board ---",
type: "heading",
default: "",
description: "",
description: "Display overdue tasks from yesterday (If found). Enabled when toggles are on. Can be called from the toolbar button.",
},
{
key: "enableOverdueOnJournalTemplate",
Expand All @@ -69,10 +69,10 @@ export const settingsTemplate: SettingSchemaDesc[] = [
},
{
key: "headerForStickyMessage",
title: "--- Daily Message ---",
title: "--- Daily message board ---",
type: "heading",
default: "",
description: "",
description: "Display user message each day. Supports HTML instead of markdown. Enabled when toggles are on. Can be called from the toolbar button. Use direct file paths instead of indirect.",
},
{
//messageBoard
Expand Down

0 comments on commit 8e8b1e2

Please sign in to comment.