diff --git a/views/app/avatar.html b/views/app/avatar.html
index 272695c3d4..c4e6e125c9 100644
--- a/views/app/avatar.html
+++ b/views/app/avatar.html
@@ -168,7 +168,6 @@
-
@@ -177,10 +176,20 @@
-
-
+ {{#if equal(@profile.backer.tier,800)}}
+
NPC
+
+ {{/}}
+ {{#if @profile.backer.contributor}}
+
Contributor
+
+ {{/}}
+ {{#if @profile.backer.tier}}
+
Kickstarter Backer (${{@profile.backer.tier}} Tier)
+
+ {{/}}
{#if @profile.achievements.streak}
{@profile.achievements.streak} Streak Achievement(s)
@@ -194,7 +203,7 @@
{/}
{#if @profile.achievements.ultimateGear}
-
Ultimate Gear
+
Ultimate Gear
{/}
diff --git a/views/app/rewards.html b/views/app/rewards.html
index 76e1497f6d..f3be9ba7f1 100644
--- a/views/app/rewards.html
+++ b/views/app/rewards.html
@@ -1,7 +1,7 @@
-
You have earned the "Ultimate Gear" Achievement for upgrading to the maximum gear set!
+
You have earned the "Ultimate Gear" Achievement for upgrading to the maximum gear set!
<@footer>
Close