1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: Add missing translation key

This commit is contained in:
Maksim Eltyshev 2022-12-24 01:00:57 +01:00
parent 05b57142f9
commit e17188db62
2 changed files with 4 additions and 1 deletions

View file

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