mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: mention 'task' on scheduled property
as it also belongs to tasks. Also tweak language so that it also starts with 'Repeat'. Using consistent language helps users understand behavior that changes depending on configuration
This commit is contained in:
@@ -253,8 +253,8 @@
|
||||
(:db/id property))
|
||||
(db-property-handler/remove-block-property! (:db/id block)
|
||||
:logseq.task/scheduled-on-property)))))]
|
||||
(if (= :logseq.task/deadline (:db/ident property))
|
||||
[:div "Set as repeated task"]
|
||||
(if (#{:logseq.task/deadline :logseq.task/scheduled} (:db/ident property))
|
||||
[:div "Repeat task"]
|
||||
[:div "Repeat " (if (= :date (get-in property [:block/schema :type])) "date" "datetime")])]]
|
||||
[:div.flex.flex-row.gap-2
|
||||
[:div.flex.text-muted-foreground.mr-4
|
||||
|
||||
Reference in New Issue
Block a user