Skip to content

Commit a01f56b

Browse files
committed
Merge pull request wenzhixin#1976 from D0d0/patch-1
Fix: Typo in Slovak translation
2 parents 5c3b7a4 + ca8cf47 commit a01f56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locale/bootstrap-table-sk-SK.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
return 'Vyhľadávanie';
2020
},
2121
formatNoMatches: function () {
22-
return 'Nenájdená žiadne vyhovujúca položka';
22+
return 'Nenájdená žiadna vyhovujúca položka';
2323
},
2424
formatRefresh: function () {
2525
return 'Obnoviť';
@@ -34,4 +34,4 @@
3434

3535
$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
3636

37-
})(jQuery);
37+
})(jQuery);

0 commit comments

Comments
 (0)