fix: Add missing translation key

pull/363/head
Maksim Eltyshev 3 years ago
parent 0a5210dd21
commit 32507f2799

@ -73,7 +73,9 @@ const UserSettingsModal = React.memo(
),
},
{
menuItem: 'About Planka',
menuItem: t('common.aboutPlanka', {
context: 'title',
}),
render: () => <AboutPane />,
},
];

@ -9,6 +9,7 @@ export default {
translation: {
common: {
aboutPlanka: 'About Planka',
account: 'Account',
actions: 'Actions',
addAttachment_title: 'Add Attachment',

Loading…
Cancel
Save