Update modal title in Group creation

This commit is contained in:
Chewbacca 2023-04-19 16:44:00 -04:00
parent 2516fd36e0
commit e43a9164b7
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import PrivacyStep from './steps/privacy-step';
const messages = defineMessages({
next: { id: 'manage_group.next', defaultMessage: 'Next' },
create: { id: 'manage_group.create', defaultMessage: 'Create' },
create: { id: 'manage_group.create', defaultMessage: 'Create Group' },
done: { id: 'manage_group.done', defaultMessage: 'Done' },
});

View file

@ -965,7 +965,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",
"manage_group.create": "Create Group",
"manage_group.delete_group": "Delete group",
"manage_group.done": "Done",
"manage_group.edit_group": "Edit group",
@ -1055,6 +1055,8 @@
"navigation_bar.compose_reply": "Reply to post",
"navigation_bar.create_event": "Create new event",
"navigation_bar.create_group": "Create Group",
"navigation_bar.create_group.private": "Create Private Group",
"navigation_bar.create_group.public": "Create Public Group",
"navigation_bar.domain_blocks": "Domain blocks",
"navigation_bar.edit_group": "Edit Group",
"navigation_bar.favourites": "Likes",