diff --git a/website/client/components/achievements/contributor.vue b/website/client/components/achievements/contributor.vue index 90a6f5eda3..eba4be3f8b 100644 --- a/website/client/components/achievements/contributor.vue +++ b/website/client/components/achievements/contributor.vue @@ -5,6 +5,7 @@ achievement-avatar.avatar .col-6.offset-3.text-center | {{ $t('contribModal', {name: user.profile.name, level: user.contributor.level}) }} + br a(:href="$t('conRewardsURL')", target='_blank') {{ $t('contribLink') }} br button.btn.btn-primary(style='margin-top:1em' @click='close()') {{ $t('huzzah') }} diff --git a/website/common/locales/en/contrib.json b/website/common/locales/en/contrib.json index c0df17906c..4977277a27 100644 --- a/website/common/locales/en/contrib.json +++ b/website/common/locales/en/contrib.json @@ -29,8 +29,8 @@ "heroicText": "The Heroic tier contains Habitica staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).", "npcText": "NPCs backed Habitica's Kickstarter at the highest tier. You can find their avatars watching over site features!", "modalContribAchievement": "Contributor Achievement!", - "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica. See", - "contribLink": "what prizes you've earned for your contribution!", + "contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping Habitica.", + "contribLink": "See what prizes you've earned for your contribution!", "contribName": "Contributor", "contribText": "Has contributed to Habitica, whether via code, art, music, writing, or other methods. To learn more, join the Aspiring Legends Guild!", "readMore": "Read More",