diff --git a/_includes/masthead-documentation.html b/_includes/masthead-documentation.html
index 0411d88942..e0da85bcb5 100644
--- a/_includes/masthead-documentation.html
+++ b/_includes/masthead-documentation.html
@@ -47,7 +47,7 @@
{{link.title}}
{% if section.more-resources %}
-
More Resources:
+
{{ page.more-resources-label }}:
{% for resource in section.more-resources %}
- {{ resource.title }}
diff --git a/_ja/index.md b/_ja/index.md
index 9c42ad5cb5..a19f4f8285 100644
--- a/_ja/index.md
+++ b/_ja/index.md
@@ -6,6 +6,7 @@ partof: documentation
discourse: true
# Content masthead links
+more-resources-label: その他のリソース
sections:
- title: "最初のステップ"
diff --git a/_zh-cn/index.md b/_zh-cn/index.md
index 7330929877..e6658a19af 100644
--- a/_zh-cn/index.md
+++ b/_zh-cn/index.md
@@ -6,6 +6,7 @@ partof: documentation
discourse: true
# Content masthead links
+more-resources-label: 更多资源
sections:
- title: "第一步..."
diff --git a/index.md b/index.md
index 8cfc7906ee..3708397bfb 100644
--- a/index.md
+++ b/index.md
@@ -5,8 +5,8 @@ languages: [ja, zh-cn]
namespace: root
partof: documentation
discourse: true
-
# Content masthead links
+more-resources-label: More Resources
sections:
- title: "First Steps..."