Skip to content

Commit d6e682d

Browse files
committed
fix: description text for short syntax #71
1 parent c13c151 commit d6e682d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-src/scripts/settings/misc-settings/misc-settings-d.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>Decide if you want to automatically start the next task, once you mark a task as done.</p>
44

55
<div class="md-caption">Use short syntax</div>
6-
<p>The short syntax can be enabled to quickly create tasks with an estimation already set. If you enter 'TaskTitleBla t:30m' a task with the name 'TaskTitleBla' will be created with the estimation set to 30 minutes.</p>
6+
<p>The short syntax can be enabled to quickly create tasks with an estimation already set. If you enter 'TaskTitleBla t30m' a task with the name 'TaskTitleBla' will be created with the estimation set to 30 minutes.</p>
77

88
<div ng-if="vm.IS_ELECTRON">
99
<div class="md-caption">Enable idle time handling</div>
@@ -23,7 +23,7 @@
2323

2424
<md-switch ng-model="vm.settings.isShortSyntaxEnabled"
2525
aria-label="Use short syntax (e.g. 'TaskTitleBla e:30m')">
26-
Use short syntax (e.g. 'TaskTitleBla t:30m') for task creation
26+
Use short syntax (e.g. 'TaskTitleBla t30m') for task creation
2727
</md-switch>
2828

2929
<md-switch ng-model="vm.settings.isBlockFinishDayUntilTimeTimeTracked"

0 commit comments

Comments
 (0)