diff --git a/habitica-images b/habitica-images index 58b8905b08..6e9d17b8a4 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit 58b8905b0825159b6ba4eb5a37459b97bca79947 +Subproject commit 6e9d17b8a4af295ba2d9dc9870b2904035d6fba7 diff --git a/website/client/src/components/group-plans/groupPlanCreationModal.vue b/website/client/src/components/group-plans/groupPlanCreationModal.vue index 1044693d81..01e559ea1a 100644 --- a/website/client/src/components/group-plans/groupPlanCreationModal.vue +++ b/website/client/src/components/group-plans/groupPlanCreationModal.vue @@ -11,17 +11,18 @@ v-if="activePage === PAGES.CREATE_GROUP" class="col-12" > +

{{ $t('createGroup') }}

+ +
- +
- +
-
@@ -67,7 +72,7 @@ >
- + -->
@import '~@/assets/scss/colors.scss'; + h2 { + color: $purple-300; + font-size: 1.25rem; + height: 28px; + width: 120px; + margin-top: 24px; + align-self: center; + } + + .cancel-text { + color: $blue-10; + font-size: 0.875rem; + margin-right: 16px; + text-align: center; + cursor: pointer; + } + .next-button { + align-self: center; + } + + .form-control::placeholder { + color: $gray-50; + height: 32px; + } + .payment-options { margin-bottom: 4em; @@ -170,6 +200,7 @@ vertical-align: bottom; } } + diff --git a/website/common/locales/en/groups.json b/website/common/locales/en/groups.json index dcc92184f6..dee4012171 100644 --- a/website/common/locales/en/groups.json +++ b/website/common/locales/en/groups.json @@ -353,6 +353,10 @@ "gettingStarted": "Getting Started", "next": "Next", "cancel": "Cancel", + "nameStar": "Name*", + "nameStarText": "Add a title", + "descriptionOptional": "Description", + "descriptionOptionalText": "Add a description", "congratsOnGroupPlan": "Congratulations on creating your new Group! Here are a few answers to some of the more commonly asked questions.", "whatsIncludedGroup": "What's included in the subscription", "whatsIncludedGroupDesc": "All members of the Group receive full subscription benefits, including the monthly subscriber items, the ability to buy Gems with Gold, and the Royal Purple Jackalope mount, which is exclusive to users with a Group Plan membership.",