mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
fix: Add missing translation key
This commit is contained in:
@@ -73,7 +73,9 @@ const UserSettingsModal = React.memo(
|
||||
),
|
||||
},
|
||||
{
|
||||
menuItem: 'About Planka',
|
||||
menuItem: t('common.aboutPlanka', {
|
||||
context: 'title',
|
||||
}),
|
||||
render: () => <AboutPane />,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user