pl-fe: fix localization
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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' },
|
||||
});
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user