mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Update misleading toaster success message when creating a personal workflow / credential (#18541)
This commit is contained in:
committed by
GitHub
parent
a8e4387f4d
commit
b6681bb92c
@@ -688,8 +688,7 @@
|
||||
"credentials.noResults": "No credentials found",
|
||||
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
||||
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
||||
"credentials.create.personal.toast.title": "Credential successfully created",
|
||||
"credentials.create.personal.toast.text": "This credential has been created inside your personal space.",
|
||||
"credentials.create.personal.toast.title": "Credential successfully created inside your personal space",
|
||||
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
||||
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
||||
"dataDisplay.needHelp": "Need help?",
|
||||
@@ -2736,8 +2735,7 @@
|
||||
"workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
|
||||
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
||||
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
||||
"workflows.create.personal.toast.title": "Workflow successfully created",
|
||||
"workflows.create.personal.toast.text": "This workflow has been created inside your personal space.",
|
||||
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
||||
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
||||
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
||||
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
||||
|
||||
Reference in New Issue
Block a user