feat: Update workflow hash change copy (no-changelog) (#4742)

This commit is contained in:
Alex Grozav 2022-11-28 22:05:19 +02:00 committed by GitHub
parent f023e957b0
commit 3d15c52bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ export class WorkflowsService {
if (!forceSave && workflow.hash !== '' && workflow.hash !== shared.workflow.hash) {
throw new ResponseHelper.BadRequestError(
'We are sorry, but the workflow has been changed in the meantime. Please reload the workflow and try again.',
'Your most recent changes may be lost, because someone else just updated this workflow. Open this workflow in a new tab to see those new updates.',
);
}