Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Jan 13, 2025
1 parent 48e3384 commit 5b8b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gauzy/src/app/pages/tags/tags.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class TagsComponent extends PaginationFilterBaseComponent implements Afte
}
},
tagTypeName: {
title: this.getTranslation('TAGS_PAGE.TAG_TYPE'),
title: this.getTranslation('TAGS_PAGE.TAGS_TYPE'),
type: 'string',
width: '20%',
isFilterable: false
Expand Down

0 comments on commit 5b8b22d

Please sign in to comment.