Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Nov 7, 2023
1 parent 606ece7 commit 8e8a7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/mgramseva/web/consumerDownloadBill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
} catch (e) {
console.log(e);
document.getElementById("loadingMessage").textContent =
"ਬਿੱਲ ਨੂੰ ਡਾਊਨਲੋਡ ਕਰਨਾ ਅਸਫਲ ਰਿਹਾ।";
"बिल डाउनलोड करना विफल रहा।";
}
}
getPDF();
Expand All @@ -151,7 +151,7 @@
<script></script>
<div class="loading-container">
<div class="loader"></div>
<div id="loadingMessage">ਬਿੱਲ ਪ੍ਰਾਪਤ ਕਰਨਾ...</div>
<div id="loadingMessage">बिल डाउनलोड हो रहा है...</div>
</div>
</body>
</html>

0 comments on commit 8e8a7cc

Please sign in to comment.