aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/index.html
diff options
context:
space:
mode:
authorkj_sh6042026-05-31 12:08:03 -0400
committerkj_sh6042026-05-31 12:08:03 -0400
commit80e279b65351d4dbd8e71cd7b3870cba51c23bc9 (patch)
tree4011a93d5481d2ce3907cf7e2d0fe057e5bc4030 /src/templates/index.html
parent2b2e511a15414f6c28f15990b75442424f9cc3b9 (diff)
refactor: put generated .pdfs to client
Diffstat (limited to 'src/templates/index.html')
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 3af58ad..3bd878e 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -114,7 +114,7 @@
</section>
<button id="convert-button" type="submit">generate pdf</button>
- <small id="loading" hidden>converting...</small>
+ <small id="convert-status" hidden>this may take a while...</small>
</form>
<section id="result" aria-live="polite"></section>