nicolium: make it sound like an actual human wrote it

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-20 14:37:21 +01:00
parent 56d67e732e
commit ef2834b132
2 changed files with 2 additions and 5 deletions

View File

@ -911,7 +911,7 @@
"empty_column.event_participants": "No one joined this event yet. When someone does, they will show up here.",
"empty_column.favourited_statuses": "You don't have any liked posts yet. When you like one, it will show up here.",
"empty_column.favourites": "No one has liked this post yet. When someone does, they will show up here.",
"empty_column.filters": "You haven't created any muted words yet.",
"empty_column.filters": "You haven't muted any word yet.",
"empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags": "You haven't followed any hashtag yet.",
"empty_column.group": "There are no posts in this group yet.",

View File

@ -54,10 +54,7 @@ const FiltersPage = () => {
}, []);
const emptyMessage = (
<FormattedMessage
id='empty_column.filters'
defaultMessage="You haven't created any muted words yet."
/>
<FormattedMessage id='empty_column.filters' defaultMessage="You haven't muted any word yet." />
);
return (