diff --git a/website/client/src/components/group-plans/groupPlanCreationModal.vue b/website/client/src/components/group-plans/groupPlanCreationModal.vue index ccbe038a4f..24858bfca6 100644 --- a/website/client/src/components/group-plans/groupPlanCreationModal.vue +++ b/website/client/src/components/group-plans/groupPlanCreationModal.vue @@ -100,7 +100,7 @@ :disabled="!newGroupIsReady" @click="stripeGroup({ group: newGroup })" > - {{ $t('next') }} + {{ $t('nextPaymentMethod') }} diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index 60b1fa1c0c..43dfeb901f 100644 --- a/website/client/src/components/notifications.vue +++ b/website/client/src/components/notifications.vue @@ -529,7 +529,7 @@ export default { // List of prompts for user on changes. // Sounds like we may need a refactor here, but it is clean for now - if (!this.user.flags.welcomed) { + if (!this.user.flags.welcomed && !this.$route.name.includes('groupPlan')) { if (this.$store.state.avatarEditorOptions) { this.$store.state.avatarEditorOptions.editingUser = false; }