diff --git a/app/assets/templates/post-viewer.jst.hbs b/app/assets/templates/post-viewer.jst.hbs
index 1893c839a..4797d4721 100644
--- a/app/assets/templates/post-viewer.jst.hbs
+++ b/app/assets/templates/post-viewer.jst.hbs
@@ -9,7 +9,7 @@
- HOME
+ {{t "viewer.home"}}
@@ -17,4 +17,4 @@
-
\ No newline at end of file
+
diff --git a/config/locales/javascript/javascript.en.yml b/config/locales/javascript/javascript.en.yml
index 02dfdc1bb..298bada11 100644
--- a/config/locales/javascript/javascript.en.yml
+++ b/config/locales/javascript/javascript.en.yml
@@ -142,3 +142,4 @@ en:
reshare: "Reshare"
reshared: "Reshared"
comment: "Comment"
+ home: "HOME"