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>
);

View File

@ -1158,7 +1158,7 @@
"manage_group.confirmation.info_3": "Share your new group with friends, family and followers to grow its membership.",
"manage_group.confirmation.share": "Share this group",
"manage_group.confirmation.title": "Youre all set!",
"manage_group.create": "Create Group",
"manage_group.create": "Create group",
"manage_group.delete_group": "Delete group",
"manage_group.done": "Done",
"manage_group.edit_group": "Edit group",
@ -1263,7 +1263,7 @@
"new_event_panel.action": "Create event",
"new_event_panel.subtitle": "Can't find what you're looking for? Schedule your own event.",
"new_event_panel.title": "Create New Event",
"new_group_panel.action": "Create Group",
"new_group_panel.action": "Create group",
"new_group_panel.subtitle": "Can't find what you're looking for? Start your own private or public group.",
"new_group_panel.title": "Create group",
"notification.admin.report": "{name} reported {target}",

View File

@ -16,7 +16,7 @@ import type { BaseModalProps } from 'pl-fe/features/ui/components/modal-root';
import type { Group } from 'pl-fe/normalizers/group';
const messages = defineMessages({
create: { id: 'manage_group.create', defaultMessage: 'Create Group' },
create: { id: 'manage_group.create', defaultMessage: 'Create group' },
done: { id: 'manage_group.done', defaultMessage: 'Done' },
});

View File

@ -47,7 +47,7 @@ const Groups: React.FC = () => {
onClick={createGroup}
theme='secondary'
>
<FormattedMessage id='new_group_panel.action' defaultMessage='Create Group' />
<FormattedMessage id='new_group_panel.action' defaultMessage='Create group' />
</Button>
</Stack>
);
@ -62,7 +62,7 @@ const Groups: React.FC = () => {
theme='secondary'
block
>
<FormattedMessage id='new_group_panel.action' defaultMessage='Create Group' />
<FormattedMessage id='new_group_panel.action' defaultMessage='Create group' />
</Button>
)}