diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml
index 717e6542b5..5bae4619f2 100644
--- a/data/i18n/en/en.toml
+++ b/data/i18n/en/en.toml
@@ -24,6 +24,13 @@ other = "Caution:"
[cleanup_heading]
other = "Cleaning up"
+# Localization note (no need to translate this note)
+# This is always followed by Chinese text, as required by the Kubernetes
+# project's ICP license, issued by the government of the People's Republic
+# of China.
+[china_icp_license]
+other = "ICP license:"
+
[community_events_calendar]
other = "Events Calendar"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3b4d17833c..cb499ab4d2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -30,7 +30,7 @@
{{ with .Site.Params.copyright_linux }}Copyright © {{ now.Year }} {{ T "main_copyright_notice" | safeHTML }}{{ end }}
- ICP license: 京ICP备17074266号-3
+ {{ T "china_icp_license" }} 京ICP备17074266号-3
{{ with .Site.Params.privacy_policy }}{{ T "footer_privacy_policy" }}{{ end }}
{{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "about" }}