diff options
| author | kj_sh604 | 2026-05-31 12:08:03 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-31 12:08:03 -0400 |
| commit | 80e279b65351d4dbd8e71cd7b3870cba51c23bc9 (patch) | |
| tree | 4011a93d5481d2ce3907cf7e2d0fe057e5bc4030 /src/templates/index.html | |
| parent | 2b2e511a15414f6c28f15990b75442424f9cc3b9 (diff) | |
refactor: put generated .pdfs to client
Diffstat (limited to 'src/templates/index.html')
| -rw-r--r-- | src/templates/index.html | 2 |
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> |
