Skip to content

Commit

Permalink
Merge pull request #75 from lblod/fix/translation-issue
Browse files Browse the repository at this point in the history
Fix missing translation issue
  • Loading branch information
elpoelma authored Apr 14, 2023
2 parents ee57394 + aa93a51 commit 1db7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/codelists-management/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AuDataTable
@content={{this.model.codelists}}
@fields="Label"
@noDataMessage={{t "codelist.crud.noData"}}
@noDataMessage={{t "codelist.crud.no-data"}}
@size={{this.size}}
@page={{this.page}}
@sort={{this.sort}} as |s|
Expand Down

0 comments on commit 1db7972

Please sign in to comment.