Skip to content

Commit

Permalink
Remove translation marker (#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Dec 4, 2023
1 parent acb7614 commit 8cbce27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class MotionXlsxExportService {
case `recommendation`:
return this.motionService.getExtendedRecommendationLabel(motion);
default:
return this.translate.instant(motionProp.toString());
return motionProp.toString();
}
})
);
Expand Down

0 comments on commit 8cbce27

Please sign in to comment.