瀏覽代碼

chore: update content in notification

rcmerci 3 年之前
父節點
當前提交
aaddaf23e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/components/encryption.cljs

+ 1 - 1
src/main/frontend/components/encryption.cljs

@@ -118,7 +118,7 @@
                               (let [persist-r (a/<! (sync/encrypt+persist-pwd! @password GraphUUID))]
                                 (if (instance? ExceptionInfo persist-r)
                                   (js/console.error persist-r)
-                                  (notification/show! (str "Successfully set the password for graph: " GraphName) :success)))
+                                  (notification/show! (str "Successfully set the password") :success)))
                               (state/set-state! [:ui/loading? :set-graph-password] false)
                               (close-fn true)))))))}
         [:span.inline-flex