pl-fe: capitalization fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-13 12:45:11 +02:00
parent b3670b4427
commit c695d47a4c
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ const NewGroupPanel = () => {
theme='secondary'
block
>
<FormattedMessage id='new_group_panel.action' defaultMessage='Create Group' />
<FormattedMessage id='new_group_panel.action' defaultMessage='Create group' />
</Button>
</Stack>
);