Browse Source

chore: update content in notification

rcmerci 3 years ago
parent
commit
aaddaf23e1
1 changed files with 1 additions and 1 deletions
  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