From 0847699e5467c8bff68a96f6f7d8b51fdfd94984 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 14 Feb 2024 14:49:44 +0200 Subject: [PATCH] Report post -> Report Post --- files/assets/js/report_post_modal.js | 2 +- files/templates/modals/report_post.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/js/report_post_modal.js b/files/assets/js/report_post_modal.js index 8000802e8..f5086f100 100644 --- a/files/assets/js/report_post_modal.js +++ b/files/assets/js/report_post_modal.js @@ -14,7 +14,7 @@ reason_post.addEventListener('keydown', (e) => { function report_postModal(id) { reportPostButton.disabled = false; reportPostButton.classList.remove('disabled'); - reportPostButton.innerHTML='Report post'; + reportPostButton.innerHTML='Report Post'; reportPostButton.dataset.id = id reason_post.value = "" diff --git a/files/templates/modals/report_post.html b/files/templates/modals/report_post.html index 3cfc216ff..8b99a0d1b 100644 --- a/files/templates/modals/report_post.html +++ b/files/templates/modals/report_post.html @@ -2,7 +2,7 @@