diff --git a/html/index.html b/html/index.html
index 1cec3a2f..a394a397 100644
--- a/html/index.html
+++ b/html/index.html
@@ -4695,6 +4695,12 @@
{{ i18n.settingsCustomized }} {{ settingsCustomized }}
{{i18n.configQLElasticsearchHeader}}
+ -
+ {{i18n.configQLElasticsearchWarm}}
+
+ -
+ {{i18n.configQLElasticsearchCold}}
+
-
{{i18n.configQLElasticsearchDelete}}
diff --git a/html/js/i18n.js b/html/js/i18n.js
index b90e6047..03f20e25 100644
--- a/html/js/i18n.js
+++ b/html/js/i18n.js
@@ -189,8 +189,10 @@ const i18n = {
config: 'Configuration',
configTitle: 'Grid Configuration',
configQLGridTitle: 'Grid Administration Quick Links',
- configQLElasticsearchDelete: 'Elasticsearch ILM Deletion',
- configQLElasticsearchHeader: 'Elasticsearch',
+ configQLElasticsearchCold: 'Cold Phase',
+ configQLElasticsearchDelete: 'Delete Phase',
+ configQLElasticsearchWarm: 'Warm Phase',
+ configQLElasticsearchHeader: 'Elasticsearch Global ILM Policy (applies to all indices)',
configQLNTP: 'Specify custom Network Time Protocol server(s)',
configQLNTPHeader: 'NTP',
configQLFirewallHeader: 'Firewall',