diff --git a/website/client/src/components/inventory/equipment/index.vue b/website/client/src/components/inventory/equipment/index.vue index fb921fbbe4c..4b3ad2427c7 100644 --- a/website/client/src/components/inventory/equipment/index.vue +++ b/website/client/src/components/inventory/equipment/index.vue @@ -106,7 +106,7 @@
-
+
-
{{ $t('petLikeToEat') + ' ' }} -
- -
-
+
diff --git a/website/client/src/components/ui/drawer.vue b/website/client/src/components/ui/drawer.vue index 7143e562a2a..64ded02834d 100644 --- a/website/client/src/components/ui/drawer.vue +++ b/website/client/src/components/ui/drawer.vue @@ -129,6 +129,12 @@ padding-top: 6px; padding-left: 24px; padding-right: 24px; + + a { + line-height: 1.33; + color: $gray-500; + text-decoration: none; + } } .drawer-tab { diff --git a/website/common/locales/en/generic.json b/website/common/locales/en/generic.json index d3e25041b88..d5f180c58d1 100644 --- a/website/common/locales/en/generic.json +++ b/website/common/locales/en/generic.json @@ -30,7 +30,7 @@ "user": "User", "market": "Market", "newSubscriberItem": "You have new Mystery Items", - "subscriberItemText": "Each month, subscribers will receive a mystery item. It becomes available at the beginning of the month.", + "subscriberItemText": "Subscribers receive a new mystery gear set at the beginning of each month!", "all": "All", "none": "None", "more": "<%= count %> more",