diff --git a/app/javascript/mastodon/features/report/category.jsx b/app/javascript/mastodon/features/report/category.jsx
index 539f1d8bda..a6b042ccd6 100644
--- a/app/javascript/mastodon/features/report/category.jsx
+++ b/app/javascript/mastodon/features/report/category.jsx
@@ -22,8 +22,9 @@ const messages = defineMessages({
violation_description: { id: 'report.reasons.violation_description', defaultMessage: 'You are aware that it breaks specific rules' },
other: { id: 'report.reasons.other', defaultMessage: 'It\'s something else' },
other_description: { id: 'report.reasons.other_description', defaultMessage: 'The issue does not fit into other categories' },
- status: { id: 'report.category.title_status', defaultMessage: 'post' },
- account: { id: 'report.category.title_account', defaultMessage: 'profile' },
+ status: { id: 'report.category.title_status', defaultMessage: "Tell us what's going on with this post" },
+ account: { id: 'report.category.title_account', defaultMessage: "Tell us what's going on with this profile" },
+ collection: { id: 'report.category.title_collection', defaultMessage: "Tell us what's going on with this collection"}
});
const mapStateToProps = state => ({
@@ -88,14 +89,7 @@ class Category extends PureComponent {
return (
<>