summaryrefslogtreecommitdiff
path: root/web/source/settings/admin/reports/detail.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/admin/reports/detail.jsx')
-rw-r--r--web/source/settings/admin/reports/detail.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/admin/reports/detail.jsx b/web/source/settings/admin/reports/detail.jsx
index e9c40cb13..e85b345b0 100644
--- a/web/source/settings/admin/reports/detail.jsx
+++ b/web/source/settings/admin/reports/detail.jsx
@@ -165,7 +165,7 @@ function ReportedToot({ toot }) {
}
</section>
<aside className="info">
- <time datetime={toot.created_at}>{new Date(toot.created_at).toLocaleString()}</time>
+ <time dateTime={toot.created_at}>{new Date(toot.created_at).toLocaleString()}</time>
</aside>
</article>
);