Skip to content

Commit

Permalink
Merge pull request #15 from rakekniven/patch-4
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
baimard committed Aug 9, 2021
2 parents 442b5a1 + 4ed263b commit 2d9b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $(window).on("load", function() {
"lengthMenu": 'Show _MENU_ entries',
"loadingRecords": t('gestion', 'Loading records'),
"processing": t('gestion', 'Processing'),
"zeroRecords": t('gestion', 'No corresponding entrie'),
"zeroRecords": t('gestion', 'No corresponding entry'),
"paginate": {
"first": t('gestion', 'First'),
"last": t('gestion', 'Last'),
Expand Down

0 comments on commit 2d9b3e3

Please sign in to comment.