1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 16:19:47 +02:00

Fix misspelling of «management». Closes #120

This commit is contained in:
William Puckering 2021-04-30 08:26:19 -07:00 committed by GitHub
parent 0f0ae5f483
commit d6cb1f6683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -189,7 +189,7 @@ const Login = React.memo(
<Header
inverted
as="h2"
content={t('common.projectManagment')}
content={t('common.projectManagement')}
className={styles.descriptionSubtitle}
/>
</div>