diff --git a/frontend/src/app/features/settings/pages/workflows/workflow.component.html b/frontend/src/app/features/settings/pages/workflows/workflow.component.html
index 8e8960707..ec9a6144b 100644
--- a/frontend/src/app/features/settings/pages/workflows/workflow.component.html
+++ b/frontend/src/app/features/settings/pages/workflows/workflow.component.html
@@ -15,6 +15,7 @@
diff --git a/frontend/src/app/framework/angular/forms/editable-title.component.html b/frontend/src/app/framework/angular/forms/editable-title.component.html
index d33e926e0..f6d9aad5e 100644
--- a/frontend/src/app/framework/angular/forms/editable-title.component.html
+++ b/frontend/src/app/framework/angular/forms/editable-title.component.html
@@ -8,12 +8,14 @@
-
-
+
+ {{ 'common.cancel' | sqxTranslate }}
diff --git a/frontend/src/app/framework/angular/forms/editable-title.component.ts b/frontend/src/app/framework/angular/forms/editable-title.component.ts
index da1595751..0773d53ce 100644
--- a/frontend/src/app/framework/angular/forms/editable-title.component.ts
+++ b/frontend/src/app/framework/angular/forms/editable-title.component.ts
@@ -9,6 +9,7 @@ import { NgIf } from '@angular/common';
import { booleanAttribute, Component, EventEmitter, Input, numberAttribute, Output } from '@angular/core';
import { FormControl, FormsModule, ReactiveFormsModule, ValidatorFn, Validators } from '@angular/forms';
import { Keys } from '@app/framework/internal';
+import { TranslatePipe } from '../pipes/translate.pipe';
import { ControlErrorsComponent } from './control-errors.component';
import { FocusOnInitDirective } from './focus-on-init.directive';
@@ -23,6 +24,7 @@ import { FocusOnInitDirective } from './focus-on-init.directive';
FormsModule,
NgIf,
ReactiveFormsModule,
+ TranslatePipe,
],
})
export class EditableTitleComponent {
diff --git a/frontend/src/app/framework/angular/forms/editors/toggle.component.html b/frontend/src/app/framework/angular/forms/editors/toggle.component.html
index 51e03c888..f897ec4c4 100644
--- a/frontend/src/app/framework/angular/forms/editors/toggle.component.html
+++ b/frontend/src/app/framework/angular/forms/editors/toggle.component.html
@@ -1,4 +1,5 @@
diff --git a/frontend/src/app/framework/angular/layout.component.html b/frontend/src/app/framework/angular/layout.component.html
index 18f012642..ffaa498f5 100644
--- a/frontend/src/app/framework/angular/layout.component.html
+++ b/frontend/src/app/framework/angular/layout.component.html
@@ -49,7 +49,8 @@