Skip to content

Commit

Permalink
MARP-1545 change german translation Überprüfung -> Bewertung (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Dec 5, 2024
1 parent 8d7a4a5 commit e4a7b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ describe('ProductStarRatingNumberComponent', () => {
const reviewNumber = fixture.debugElement.query(By.css('.total-rating-number')).nativeElement;
const totalComments = fixture.debugElement.query(By.css('h4.d-inline-block')).nativeElement;
const starRatingComponent = fixture.debugElement.query(By.directive(StarRatingComponent));
const reviewLabel = fixture.debugElement.query(By.css('.text-secondary.review-label-detail-page')).nativeElement;

expect(reviewNumber.textContent).toContain('4.5');
expect(totalComments.textContent).toContain('(10)');
expect(reviewLabel.textContent).toContain('common.feedback.reviewLabel');
expect(starRatingComponent).toBeTruthy();
});
});
2 changes: 1 addition & 1 deletion marketplace-ui/src/assets/i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ common:
commentLabel: Einen Kommentar abgeben
submitBtnLabel: Bewertung abgeben
loggedGithubAsLabel: Eingeloggt bei Github als
reviewLabel: Überprüfung
reviewLabel: Bewertung
detailedReviews: Ausführliche Bewertungen
showMoreBtnLabel: Mehr anzeigen
noFeedbackForConnectorLabel: Zu diesem Konnektor gibt's noch kein Feedback.
Expand Down

0 comments on commit e4a7b57

Please sign in to comment.