Skip to content

Commit

Permalink
fix(module:i18n): fix for catalan "jump_to_confirm" string
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem Palomar committed Apr 11, 2019
1 parent 016f37e commit b78d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/i18n/languages/pagination/ca_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
// Options.jsx
items_per_page: '/ pàgina',
jump_to: 'Anar a',
jump_to_confirm: 'confirmar',
jump_to_confirm: 'Confirmar',
page: '',

// Pagination.jsx
Expand Down

0 comments on commit b78d61d

Please sign in to comment.