Skip to content

Commit 600b7f9

Browse files
authored
[Electron] Add missing i18n items (#1605)
1 parent 2a7df57 commit 600b7f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/i18n.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ const messages = {
4747
systemInfo: 'Operating system and app version',
4848
personalInformation: 'Personal information',
4949
workflowContent: 'Workflow content',
50-
fileSystemInformation: 'File system information'
50+
fileSystemInformation: 'File system information',
51+
workflowContents: 'Workflow contents',
52+
customNodeConfigurations: 'Custom node configurations'
5153
}
5254
}
5355
},

0 commit comments

Comments
 (0)