diff --git a/i18n/en.toml b/i18n/en.toml
index 7f2036e..9bd57b6 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -5,7 +5,7 @@
     other = "Related contents"
 
 [lastUpdatedOn]
-    other ="Last updated on {{ .Count }}"
+    other ="Last updated on {{ . }}"
 
 [widgetArchivesTitle]
     other = "Archives"
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index d8852e4..b0f56d6 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -5,7 +5,7 @@
     other = "相关文章"
 
 [lastUpdatedOn]
-    other ="最后更新于 {{ .Count }}"
+    other ="最后更新于 {{ . }}"
 
 [widgetArchivesTitle]
     other = "归档"