Browse Source

Merge pull request #4650 from mdssjc/develop

Fixed typo
Dustin Utecht 6 years ago
parent
commit
aad817e653
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/locale/bootstrap-table-pt-BR.js

+ 1 - 1
src/locale/bootstrap-table-pt-BR.js

@@ -32,7 +32,7 @@ $.fn.bootstrapTable.locales['pt-BR'] = {
     return `Mostrando ${totalRows} linhas`
     return `Mostrando ${totalRows} linhas`
   },
   },
   formatClearSearch () {
   formatClearSearch () {
-    return 'Limpar Pasquisa'
+    return 'Limpar Pesquisa'
   },
   },
   formatSearch () {
   formatSearch () {
     return 'Pesquisar'
     return 'Pesquisar'