diff --git a/src/i18n.ts b/src/i18n.ts index 20d86c47a1..4357ce499d 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -47,7 +47,9 @@ const messages = { systemInfo: 'Operating system and app version', personalInformation: 'Personal information', workflowContent: 'Workflow content', - fileSystemInformation: 'File system information' + fileSystemInformation: 'File system information', + workflowContents: 'Workflow contents', + customNodeConfigurations: 'Custom node configurations' } } },