refactor(editor): Replace 'Workflows' help menu item with 'Course'

* N8N-3110 Replace Workflows help menu item with course

* N8N-3110 Re-order props in en.json

* N8N-3110 Update URL Link for courses
This commit is contained in:
Oliver Trajceski 2022-03-12 11:03:38 +01:00 committed by GitHub
parent 2a3cbf3fc8
commit 6065f6879c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -252,9 +252,9 @@ export default mixins(
id: 'examples',
type: 'link',
properties: {
href: 'https://n8n.io/workflows',
title: this.$locale.baseText('mainSidebar.helpMenuItems.workflows'),
icon: 'network-wired',
href: 'https://docs.n8n.io/courses',
title: this.$locale.baseText('mainSidebar.helpMenuItems.course'),
icon: 'graduation-cap',
newWindow: true,
},
},

View file

@ -303,9 +303,9 @@
"executions": "Executions",
"help": "Help",
"helpMenuItems": {
"course": "Course",
"documentation": "Documentation",
"forum": "Forum",
"workflows": "Workflows"
"forum": "Forum"
},
"importFromFile": "Import from File",
"importFromUrl": "Import from URL",

View file

@ -46,6 +46,7 @@ import {
faFilePdf,
faFolderOpen,
faGift,
faGraduationCap,
faHdd,
faHome,
faHourglass,
@ -138,6 +139,7 @@ addIcon(faFileImport);
addIcon(faFilePdf);
addIcon(faFolderOpen);
addIcon(faGift);
addIcon(faGraduationCap);
addIcon(faHdd);
addIcon(faHome);
addIcon(faHourglass);