Skip to content

Commit 5beabfd

Browse files
committed
refactor(frontend): Change wording on evaluation page to be more concise #1645
1 parent 48a59e2 commit 5beabfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/cypress/support/helper/dom-helper/pages/statisticsPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class StatisticsPage extends Page {
2828
.should('exist');
2929
cy.contains('Anzahl erreichter Objectives')
3030
.should('exist');
31-
cy.contains('Key Results mit min. Target Zone')
31+
cy.contains('Key Results mit min. Target Zone erreicht')
3232
.should('exist');
3333
cy.contains('Verhältnis metrische vs. ordinale Key Results')
3434
.should('exist');

frontend/src/app/statistics/statistics.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1> Auswertung </h1>
6565

6666
<app-statistics-card
6767
[attr.data-testId]="'kr-min-target'"
68-
[title]="'Key Results mit min. Target Zone'"
68+
[title]="'Key Results mit min. Target Zone erreicht'"
6969
[barProgress]="statistics.keyResultsInTargetOrStretchAmount / statistics.keyResultAmount"
7070
>
7171
<app-statistics-information [bottomContent]="statistics.keyResultsInTargetOrStretchAmount+'/'+statistics.keyResultAmount">

0 commit comments

Comments
 (0)