diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index ff3a2fc4b030a..b598f8f595eaa 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -55,14 +55,11 @@ other = "Issue Summary" [cve_table] other = "Official Kubernetes CVE List" -[cve_table_date_before] -other = "(last updated: " - [cve_table_date_format] other = "02 Jan 2006 15:04:05 MST" -[cve_table_date_after] -other = ")" +[cve_table_date_format_string] +other = "(last updated: %s)" [deprecation_title] other = "You are viewing documentation for Kubernetes version:" diff --git a/layouts/shortcodes/cve-feed.html b/layouts/shortcodes/cve-feed.html index 887999305ab0f..0c5b54671dcec 100644 --- a/layouts/shortcodes/cve-feed.html +++ b/layouts/shortcodes/cve-feed.html @@ -3,7 +3,7 @@ {{ errorf "Build Failed. CVE feed does not comply with JSON feed v1.1" }} {{ end }}
{{ T "cve_id" }} |
---|