diff --git a/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts b/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts index 1e0f16cf77..e9267ad36d 100644 --- a/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts +++ b/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts @@ -80,7 +80,7 @@ export default class KeyResultDialog extends Dialog { checkForDialogTextMetric() { cy.contains('Einheit'); cy.contains('Baseline'); - cy.contains('Target Goal'); + cy.contains('Target'); cy.contains('Stretch Goal'); this.checkForDialogText(); return this; diff --git a/frontend/src/app/components/key-result-type/key-result-type.component.html b/frontend/src/app/components/key-result-type/key-result-type.component.html index 8142a63694..902a455bb2 100644 --- a/frontend/src/app/components/key-result-type/key-result-type.component.html +++ b/frontend/src/app/components/key-result-type/key-result-type.component.html @@ -128,7 +128,7 @@