Browse Source

fix: menu typo

Gabriel Horner 1 year ago
parent
commit
68d350f898
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/property/config.cljs

+ 1 - 1
src/main/frontend/components/property/config.cljs

@@ -579,7 +579,7 @@
                       (contains? #{:logseq.property/parent} (:db/ident property)))))
        (dropdown-editor-menuitem
         {:id :delete-property :icon :x
-         :title (if class-schema? "Delete property from tag" "Delete from from node")
+         :title (if class-schema? "Delete property from tag" "Delete property from node")
          :desc "" :disabled? false
          :item-props {:class "opacity-60 focus:!text-red-rx-09 focus:opacity-100"
                       :on-select (fn [^js e]