Skip to content

Commit

Permalink
fix localization key
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Jan 21, 2025
1 parent 2e6eb29 commit ff1b236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ProjectsComponent implements OnInit, OnDestroy, AfterViewInit {
this.tableColumns = [
{
key: 'name',
label: $localize`:@@spSortsProject:Hanke`,
label: $localize`:@@spSortsProject:Project`,
class: 'col-8 col-lg-5 col-xl-3',
mobile: true,
},
Expand Down

0 comments on commit ff1b236

Please sign in to comment.