pl-fe: capitalization fix
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
@ -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": "You’re 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}",
|
||||
|
||||
@ -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' },
|
||||
});
|
||||
|
||||
|
||||
@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user