mirror of
https://github.com/vkostyanetsky/ObsidianTimesheet.git
synced 2026-07-22 10:10:25 +00:00
Removed attemp to format
This commit is contained in:
parent
67ee98e8d7
commit
e78be2db68
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class TimesheetSettingTab extends PluginSettingTab {
|
|||
new Setting(containerEl)
|
||||
.setName("Default task number patterns")
|
||||
.setDesc(
|
||||
'You can specify task number patterns in a `timesheet` code block or simply set default ones here: it will affect all `timesheet` code blocks without patterns specified.'
|
||||
'You can specify task number patterns in a timesheet code block or set default ones here: it will affect all timesheet code blocks without patterns specified.'
|
||||
)
|
||||
.setClass("text-snippets-class")
|
||||
.addTextArea((text) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue