mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(editor): Update SourceControlPullModal to look and feel the same as SourceControlPushModal (#18129)
Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
@@ -514,7 +514,7 @@
|
||||
--color-configurable-node-name: var(--color-text-dark);
|
||||
--color-secondary-link: var(--p-color-secondary-270);
|
||||
--color-secondary-link-hover: var(--p-color-secondary-370);
|
||||
//Params
|
||||
// Params
|
||||
--color-icon-base: var(--color-text-light);
|
||||
--color-icon-hover: var(--p-color-primary-320);
|
||||
|
||||
|
||||
@@ -3407,7 +3407,10 @@
|
||||
"workflowDiff.local": "Local",
|
||||
"workflowDiff.remote": "Remote ({branchName})",
|
||||
"workflowDiff.noChanges": "No changes",
|
||||
"workflowDiff.deletedWorkflow": "Deleted workflow",
|
||||
"workflowDiff.deletedWorkflow.database": "The workflow was deleted on the database",
|
||||
"workflowDiff.deletedWorkflow.remote": "The workflow was deleted on remote"
|
||||
"workflowDiff.deletedWorkflow": "Missing workflow",
|
||||
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
||||
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
||||
"workflowDiff.newWorkflow": "New workflow",
|
||||
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
||||
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user