Skip to content

Commit

Permalink
Merge pull request #5867 from bicstone/fix/Fix-missing-type-for-skip_nav
Browse files Browse the repository at this point in the history
Fix missing type for 'ra.navigation.skip_nav' translation message
  • Loading branch information
djhi authored Feb 4, 2021
2 parents 1647909 + a5464bc commit 2189e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-core/src/i18n/TranslationMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface TranslationMessages extends StringMap {
page_rows_per_page: string;
next: string;
prev: string;
skip_nav: string;
};
sort: {
sort_by: string;
Expand Down

0 comments on commit 2189e0f

Please sign in to comment.