From d24eea0288058f51c3b9a353308259478a5e7353 Mon Sep 17 00:00:00 2001 From: Tupui <23188539+tupui@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:18:26 +0200 Subject: [PATCH] Update alert --- dapp/src/components/CommitHistory.jsx | 2 +- dapp/src/components/ProjectInfo.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapp/src/components/CommitHistory.jsx b/dapp/src/components/CommitHistory.jsx index 0c1cbb9..598b88f 100644 --- a/dapp/src/components/CommitHistory.jsx +++ b/dapp/src/components/CommitHistory.jsx @@ -42,7 +42,7 @@ const CommitHistory = () => { ); setAuthors(authors); } else { - console.log("Can not read config data."); + console.log("Cannot read config data."); } }; diff --git a/dapp/src/components/ProjectInfo.astro b/dapp/src/components/ProjectInfo.astro index d9bf709..4759ae1 100644 --- a/dapp/src/components/ProjectInfo.astro +++ b/dapp/src/components/ProjectInfo.astro @@ -595,7 +595,7 @@ import ModalInput from "./utils/ModalInput.astro"; syncStatusContainer.appendChild(commitComponent); } else { - alert("Can not read latest sha."); + alert("Cannot read latest hash."); } }