Skip to content

Commit

Permalink
Update alert
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Sep 18, 2024
1 parent 1ca23e8 commit d24eea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dapp/src/components/CommitHistory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CommitHistory = () => {
);
setAuthors(authors);
} else {
console.log("Can not read config data.");
console.log("Cannot read config data.");
}
};

Expand Down
2 changes: 1 addition & 1 deletion dapp/src/components/ProjectInfo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

Expand Down

0 comments on commit d24eea0

Please sign in to comment.