pl-fe: fix localization

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-03 12:24:21 +02:00
parent 102e440643
commit 1c28c13633
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import NewListForm from './components/new-list-form';
import type { List as ListEntity } from 'pl-api';
const messages = defineMessages({
heading: { id: 'column.circles', defaultMessage: 'Lists' },
heading: { id: 'column.lists', defaultMessage: 'Lists' },
subheading: { id: 'lists.subheading', defaultMessage: 'Your lists' },
});

View File

@ -370,7 +370,7 @@
"column.bubble": "Bubble timeline",
"column.chats": "Chats",
"column.circle": "Interactions circle",
"column.circles": "Lists",
"column.circles": "Circles",
"column.community": "Local timeline",
"column.crypto_donate": "Donate cryptocurrency",
"column.developers": "Developers",