diff --git a/packages/design-system/src/css/_tokens.scss b/packages/design-system/src/css/_tokens.scss
index b6998894408b8..f9309de663e07 100644
--- a/packages/design-system/src/css/_tokens.scss
+++ b/packages/design-system/src/css/_tokens.scss
@@ -1,9 +1,9 @@
@use 'sass:math';
@mixin theme {
- --color-primary-h: var(--prim-color-primary-h);
- --color-primary-s: var(--prim-color-primary-s);
- --color-primary-l: 68%;
+ --color-primary-h: 24;
+ --color-primary-s: 90;
+ --color-primary-l: 57%;
// Primary tokens
diff --git a/packages/editor-ui/index.html b/packages/editor-ui/index.html
index 12dbfaeb9dc06..e6d4d32979b96 100644
--- a/packages/editor-ui/index.html
+++ b/packages/editor-ui/index.html
@@ -11,12 +11,12 @@
-
n8n.io - Workflow Automation
+ Acclaro - Workflow Automation
diff --git a/packages/editor-ui/public/favicon.ico b/packages/editor-ui/public/favicon.ico
index e5f92d7f5eb2e..e40cb6f219cc1 100644
Binary files a/packages/editor-ui/public/favicon.ico and b/packages/editor-ui/public/favicon.ico differ
diff --git a/packages/editor-ui/public/static/logo/channel/dev-dark.svg b/packages/editor-ui/public/static/logo/channel/dev-dark.svg
index 23c8b0571199c..e4606a265c217 100644
--- a/packages/editor-ui/public/static/logo/channel/dev-dark.svg
+++ b/packages/editor-ui/public/static/logo/channel/dev-dark.svg
@@ -1 +1,172 @@
-
\ No newline at end of file
+
diff --git a/packages/editor-ui/public/static/logo/channel/dev.svg b/packages/editor-ui/public/static/logo/channel/dev.svg
index f8f2b2d437885..e4606a265c217 100644
--- a/packages/editor-ui/public/static/logo/channel/dev.svg
+++ b/packages/editor-ui/public/static/logo/channel/dev.svg
@@ -1 +1,172 @@
-
\ No newline at end of file
+
diff --git a/packages/editor-ui/public/static/logo/collapsed.svg b/packages/editor-ui/public/static/logo/collapsed.svg
index f65407694a8d5..1cf4fd196be50 100644
--- a/packages/editor-ui/public/static/logo/collapsed.svg
+++ b/packages/editor-ui/public/static/logo/collapsed.svg
@@ -1 +1,170 @@
-
\ No newline at end of file
+
diff --git a/packages/editor-ui/public/static/logo/expanded-dark.svg b/packages/editor-ui/public/static/logo/expanded-dark.svg
index d9a71faffe534..4d179ce3710ff 100644
--- a/packages/editor-ui/public/static/logo/expanded-dark.svg
+++ b/packages/editor-ui/public/static/logo/expanded-dark.svg
@@ -1 +1,218 @@
-
\ No newline at end of file
+
diff --git a/packages/editor-ui/public/static/logo/expanded.svg b/packages/editor-ui/public/static/logo/expanded.svg
index 337b52be1c119..a7e9eed1101b4 100644
--- a/packages/editor-ui/public/static/logo/expanded.svg
+++ b/packages/editor-ui/public/static/logo/expanded.svg
@@ -1 +1,218 @@
-
\ No newline at end of file
+
diff --git a/packages/editor-ui/src/components/MainSidebar.vue b/packages/editor-ui/src/components/MainSidebar.vue
index 27e304fb95d30..ca99a7a66da00 100644
--- a/packages/editor-ui/src/components/MainSidebar.vue
+++ b/packages/editor-ui/src/components/MainSidebar.vue
@@ -503,7 +503,7 @@ export default defineComponent({
img {
position: relative;
left: 1px;
- height: 20px;
+ height: 30px;
}
}
diff --git a/packages/editor-ui/src/composables/useTitleChange.ts b/packages/editor-ui/src/composables/useTitleChange.ts
index 7f22cf9e4fcc4..5ae4828b32664 100644
--- a/packages/editor-ui/src/composables/useTitleChange.ts
+++ b/packages/editor-ui/src/composables/useTitleChange.ts
@@ -16,11 +16,11 @@ export function useTitleChange() {
icon = '▶️';
}
- window.document.title = prependBeta(`n8n - ${icon} ${workflow}`);
+ window.document.title = prependBeta(`Acclaro - ${icon} ${workflow}`);
};
const titleReset = () => {
- window.document.title = prependBeta('n8n - Workflow Automation');
+ window.document.title = prependBeta('Acclaro - Workflow Automation');
};
return {
diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json
index f1a73b5ae417e..bb53ffeb2acf7 100644
--- a/packages/editor-ui/src/plugins/i18n/locales/en.json
+++ b/packages/editor-ui/src/plugins/i18n/locales/en.json
@@ -28,6 +28,7 @@
"clientSecret": "Client Secret"
}
},
+ "_brand.name": "Acclaro Workflows",
"generic.any": "Any",
"generic.cancel": "Cancel",
"generic.close": "Close",
@@ -67,11 +68,11 @@
"generic.loading": "Loading",
"generic.and": "and",
"generic.welcome": "Welcome",
- "about.aboutN8n": "About n8n",
+ "about.aboutN8n": "About @:_brand.name",
"about.close": "Close",
"about.license": "License",
"about.n8nLicense": "Sustainable Use License + n8n Enterprise License",
- "about.n8nVersion": "n8n Version",
+ "about.n8nVersion": "@:_brand.name Version",
"about.sourceCode": "Source Code",
"about.instanceID": "Instance ID",
"askAi.dialog.title": "'Ask AI' is almost ready",
@@ -759,7 +760,7 @@
"readOnlyEnv.showMessage.executions.title": "Cannot edit execution",
"readOnlyEnv.showMessage.workflows.message": "Workflows are read-only in protected instances.",
"readOnlyEnv.showMessage.workflows.title": "Cannot edit workflow",
- "mainSidebar.aboutN8n": "About n8n",
+ "mainSidebar.aboutN8n": "About @:_brand.name",
"mainSidebar.confirmMessage.workflowDelete.cancelButtonText": "",
"mainSidebar.confirmMessage.workflowDelete.confirmButtonText": "Yes, delete",
"mainSidebar.confirmMessage.workflowDelete.headline": "Delete Workflow?",
@@ -1039,7 +1040,7 @@
"nodeErrorView.details.info": "Other info",
"nodeErrorView.details.nodeVersion": "Node version",
"nodeErrorView.details.nodeType": "Node type",
- "nodeErrorView.details.n8nVersion": "n8n version",
+ "nodeErrorView.details.n8nVersion": "@:_brand.name version",
"nodeErrorView.details.errorCause": "Error cause",
"nodeErrorView.details.causeDetailed": "Cause detailed",
"nodeErrorView.details.stackTrace": "Stack trace",
@@ -1309,7 +1310,7 @@
"personalizationModal.operations": "Operations",
"personalizationModal.other": "Other",
"personalizationModal.otherPleaseSpecify": "Other (please specify)",
- "personalizationModal.specifyReportedSource": "Specify how you heard about n8n",
+ "personalizationModal.specifyReportedSource": "Specify how you heard about @:_brand.name",
"personalizationModal.people": "people",
"personalizationModal.physicalRetailOrServices": "Physical retail or services",
"personalizationModal.product": "Product (e.g. fast prototyping)",
@@ -1318,7 +1319,7 @@
"personalizationModal.salesAndMarketing": "Sales and Marketing",
"personalizationModal.security": "Security",
"personalizationModal.select": "Select...",
- "personalizationModal.howDidYouHearAboutN8n": "How did you hear about n8n?",
+ "personalizationModal.howDidYouHearAboutN8n": "How did you hear about @:_brand.name?",
"personalizationModal.friendWordOfMouth": "Friend / Word of mouth",
"personalizationModal.podcast": "Podcast",
"personalizationModal.event": "Event",
@@ -1928,7 +1929,7 @@
"ndv.search.items": "{matched} of {total} item | {matched} of {total} items",
"updatesPanel.andIs": "and is",
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
- "updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
+ "updatesPanel.howToUpdateYourN8nVersion": "How to update your @:_brand.name version",
"updatesPanel.version": "{numberOfVersions} version{howManySuffix}",
"updatesPanel.weVeBeenBusy": "We’ve been busy ✨",
"updatesPanel.youReOnVersion": "You’re on {currentVersionName}, which was released",