diff --git a/html/js/i18n.js b/html/js/i18n.js
index c73ab44a..e201dc93 100644
--- a/html/js/i18n.js
+++ b/html/js/i18n.js
@@ -36,10 +36,14 @@ const i18n = {
actionHuntHelp: 'Hunt for this field',
actionPcap: 'PCAP',
actionPcapHelp: 'Show PCAP for this event',
+ actionProcessAllInfo: 'Process All Info',
+ actionProcessAllInfoHelp: 'Show all logs that include this process\'s entity_id in any field',
actionProcessAncestors: 'Process Ancestors',
actionProcessAncestorsHelp: 'Show all parent processes for this process',
+ actionProcessChildInfo: 'Process and Child Info',
+ actionProcessChildInfoHelp: 'Show all logs that include this process\'s entity_id in either the process.entity_id or process.parent.entity_id fields',
actionProcessInfo: 'Process Info',
- actionProcessInfoHelp: 'Show all logs for this process',
+ actionProcessInfoHelp: 'Show all logs that include this process\'s entity_id in the entity_id field',
actionRelatedAlerts: 'Related Alerts',
actionRelatedAlertsHelp: 'Find alerts related to this detection',
actionSublime: 'Sublime Platform Email Review',