Przeglądaj źródła

fix: update push failed message

Tienson Qin 5 lat temu
rodzic
commit
df4a36fdce
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/main/frontend/dicts.cljs

+ 2 - 2
src/main/frontend/dicts.cljs

@@ -193,7 +193,7 @@ title: How to take dummy notes?
         :git/token-server "The server will never store it"
         :git/create-personal-access-token "How to create a Github personal access token?"
         :git/push "Push now"
-        :git/push-failed "Push failed, please check your network!"
+        :git/push-failed "Push failed!"
         :git/local-changes-synced "All local changes are synced!"
         :git/pull "Pull now"
         :git/last-pull "Last pulled at"
@@ -441,7 +441,7 @@ title: How to take dummy notes?
            :git/token-server "服务器将永远不会存储它"
            :git/create-personal-access-token "如何创建 Github 个人访问令牌?"
            :git/push "现在 push"
-           :git/push-failed "Push 失败, 请检查网络!"
+           :git/push-failed "Push 失败!"
            :git/local-changes-synced "所有本地更改已同步!"
            :git/pull "现在 pull"
            :git/last-pull "最后 pull 时间 "