Browse Source

locale: Update Brazilian Portuguese translation (#19374)

Diego Mengarda 5 years ago
parent
commit
6d6df13e56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/locale/lang/pt-br.js

+ 2 - 2
src/locale/lang/pt-br.js

@@ -113,8 +113,8 @@ export default {
       title: 'Voltar'
     },
     popconfirm: {
-      confirmButtonText: 'Yes', // to be translated
-      cancelButtonText: 'No' // to be translated
+      confirmButtonText: 'Sim',
+      cancelButtonText: 'Não'
     }
   }
 };