From 40d015adc2e99e18a7c02f6e9f80a7957c2b7e8d Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 16 Dec 2020 01:43:33 +0530 Subject: [PATCH] changeed internship name --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 95a7b0c..cefcf97 100644 --- a/index.html +++ b/index.html @@ -7813,14 +7813,14 @@ Bitcoin.Util = { if (iVerify && oVerify) { console.log("Internship Certificate Verified") let link = getBlockchainLink(`tx/${id}`) - outputUI("Internship certificate", tx.floData, `Verified (${Date(tx.time)})`, link) + outputUI("RIBC certificate", tx.floData, `Verified (${Date(tx.time)})`, link) verified.classList.remove('hide-completely') unverified.classList.add('hide-completely') } else { console.log("Verification failed") verified.classList.add('hide-completely') unverified.classList.remove('hide-completely') - outputUI("Internship certificate", id, `Not verified`) + outputUI("RIBC certificate", id, `Not verified`) } }).catch(error => console.error(error)) }