Skip to content

Commit 8a52ffd

Browse files
committed
fix: added missing translation key #412
1 parent b77ff5b commit 8a52ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/models/FilterChips/Adapter/FilterChipTimeRestrictionAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class FilterChipTimeRestrictionAdapter {
4545
const atText = this.createDisplayDataInstance(
4646
`${this.formatDate(timeRestriction.getBeforeDate())}`
4747
);
48-
const builder = new FilterChipBuilder('FEASIBILITY.STAGE.EDIT.TIMERESTRICTION.AT');
48+
const builder = new FilterChipBuilder('SHARED_FILTER.TIMERESTRICTION.AT');
4949
builder.addData(uuidv4(), atText);
5050
return builder.buildFilterChip();
5151
}

0 commit comments

Comments
 (0)