mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
fix: Add missing translation key
This commit is contained in:
parent
05b57142f9
commit
e17188db62
2 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,9 @@ const UserSettingsModal = React.memo(
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
menuItem: 'About Planka',
|
menuItem: t('common.aboutPlanka', {
|
||||||
|
context: 'title',
|
||||||
|
}),
|
||||||
render: () => <AboutPane />,
|
render: () => <AboutPane />,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -9,6 +9,7 @@ export default {
|
||||||
|
|
||||||
translation: {
|
translation: {
|
||||||
common: {
|
common: {
|
||||||
|
aboutPlanka: 'About Planka',
|
||||||
account: 'Account',
|
account: 'Account',
|
||||||
actions: 'Actions',
|
actions: 'Actions',
|
||||||
addAttachment_title: 'Add Attachment',
|
addAttachment_title: 'Add Attachment',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue