diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json
index b157e48d20..219f073126 100644
--- a/common/locales/en/generic.json
+++ b/common/locales/en/generic.json
@@ -71,7 +71,7 @@
"achievementDilatoryText": "Helped defeat the Dread Drag'on of Dilatory during the 2014 Summer Splash Event!",
"costumeContest": "Costume Contestant",
"costumeContestText": "Participated in the Habitoween Costume Contest. See some of the entries on the Habitica blog!",
- "costumeContestPluralText": "Participated in <%= number %> Habitoween Costume Contests. See some of the entries on the Habitica blog!",
+ "costumeContestTextPlural": "Participated in <%= number %> Habitoween Costume Contests. See some of the entries on the Habitica blog!",
"memberSince": "- Member since",
"lastLoggedIn": "- Last logged in",
"notPorted": "This feature is not yet ported from the original site.",
diff --git a/website/views/shared/profiles/achievements.jade b/website/views/shared/profiles/achievements.jade
index 8820d3f33f..075affc981 100644
--- a/website/views/shared/profiles/achievements.jade
+++ b/website/views/shared/profiles/achievements.jade
@@ -235,7 +235,7 @@ div(ng-if='::profile.achievements.costumeContests')
small(ng-if='::profile.achievements.costumeContests === 1')
!=env.t('costumeContestText')
small(ng-if='::profile.achievements.costumeContests > 1')
- !=env.t('costumeContestPluralText', {number: "{{::profile.achievements.costumeContests}}"})
+ !=env.t('costumeContestTextPlural', {number: "{{::profile.achievements.costumeContests}}"})
hr
each card in ['greeting', 'thankyou', 'nye', 'valentine']