Used consistent wording for HotPocket.

This commit is contained in:
ravinsp
2023-05-07 14:08:55 +05:30
parent 9b864ad1e8
commit 33e536c31b
20 changed files with 52 additions and 53 deletions

View File

@@ -27,7 +27,7 @@ const diagnosticContract = async (ctx) => {
let output = null;
if (mode === "status") {
output = "Hot Pocket diagnostic contract is running.";
output = "HotPocket diagnostic contract is running.";
}
else if (mode === "file") {
const param = parseInt(data);