浏览代码

chore: rephrase search result wrong uuid prompting

Junyi Du 3 年之前
父节点
当前提交
59457f9b7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/components/search.cljs

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

@@ -214,7 +214,7 @@
           (search-result-item "Block"  (if block
                                          (block-search-result-item repo uuid format content search-q search-mode)
                                          (do (log/error "search result with non-existing uuid: " data)
-                                             (str "Re-index required! Cache is outdated."))))])
+                                             (str "Cache is outdated. Please click the 'Re-index' button in the graph's dropdown menu."))))])
 
        nil)]))