diff --git a/layout/index.ejs b/layout/index.ejs
index 619c72bf..4ae7d06b 100644
--- a/layout/index.ejs
+++ b/layout/index.ejs
@@ -1 +1 @@
-
We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
\ No newline at end of file
+We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
\ No newline at end of file
diff --git a/src/components/Footer/FooterContainer.vue b/src/components/Footer/FooterContainer.vue
index 941ee699..1853fb91 100644
--- a/src/components/Footer/FooterContainer.vue
+++ b/src/components/Footer/FooterContainer.vue
@@ -75,27 +75,38 @@
-
-
-
-
+
+
+
+ {{ t('settings.page-views-value') }}
+
+
-
-
+
+
-
+ {{ t('settings.unique_visitor-value') }}
+
+
diff --git a/src/locales/languages/en.json b/src/locales/languages/en.json
index 39827bc6..af71c323 100644
--- a/src/locales/languages/en.json
+++ b/src/locales/languages/en.json
@@ -72,6 +72,7 @@
"pinned": "Pin",
"featured": "Hot",
"page-views-value": "Page Views: ",
+ "unique_visitor-value": "Unique Visitors: ",
"site-running-for": "Up time: ",
"site-running-for-unit": "days",
"links": "Friend Links",
diff --git a/src/locales/languages/zh-CN.json b/src/locales/languages/zh-CN.json
index 9a89e87a..4d353b07 100644
--- a/src/locales/languages/zh-CN.json
+++ b/src/locales/languages/zh-CN.json
@@ -72,6 +72,7 @@
"pinned": "置顶",
"featured": "推荐",
"page-views-value": "浏览次数:",
+ "unique_visitor-value": "浏览人数:",
"site-running-for": "建站天数:",
"site-running-for-unit": "天",
"links": "友情链接",
diff --git a/src/locales/languages/zh-TW.json b/src/locales/languages/zh-TW.json
index 21329b31..a2660751 100644
--- a/src/locales/languages/zh-TW.json
+++ b/src/locales/languages/zh-TW.json
@@ -72,6 +72,7 @@
"pinned": "置頂",
"featured": "推薦",
"page-views-value": "瀏覽次數:",
+ "unique_visitor-value": "瀏覽人數:",
"site-running-for": "建站天數:",
"site-running-for-unit": "天",
"links": "友情鏈接",