aboutsummaryrefslogtreecommitdiff
path: root/src/pages/create
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/create')
-rw-r--r--src/pages/create/[board]/[tid].astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/create/[board]/[tid].astro b/src/pages/create/[board]/[tid].astro
index ccc95ca..f26c0d4 100644
--- a/src/pages/create/[board]/[tid].astro
+++ b/src/pages/create/[board]/[tid].astro
@@ -13,7 +13,7 @@ const { board, tid } = Astro.params;
<Form board={board} tid={tid}>
<form id="form" method="post" action="/create/comment" onsubmit="document.getElementById('submit-button').disabled = true">
<textarea name="CommentText" placeholder="Comment Contents" style="height: 150px; width: 350px;"></textarea>
- <br> <input id="submit-button" type="submit" value="Create Thread" />
+ <br> <input id="submit-button" type="submit" value="Create Comment" />
<input id="image" type="file" accept=".png,.jpg,.gif,.bmp,.mp4" />
</form>
</Form>