From f8406fad59437d3365cf680678803fc679bfdaf6 Mon Sep 17 00:00:00 2001 From: Malik-Jouda <1999.malik.jouda@gmail.com> Date: Thu, 9 Jan 2025 20:30:06 +0200 Subject: [PATCH] fix(locale): `pt_br` replace 'Buscar...' with 'Pesquisar...' --- src/runtime/locale/pt_br.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/locale/pt_br.ts b/src/runtime/locale/pt_br.ts index 6e0bed1470..9af2b74c6f 100644 --- a/src/runtime/locale/pt_br.ts +++ b/src/runtime/locale/pt_br.ts @@ -29,7 +29,7 @@ export default defineLocale({ noMatch: 'Nenhum dado correspondente', noData: 'Nenhum dado', create: 'Criar "{label}"', - search: 'Buscar...' + search: 'Pesquisar...' }, toast: { close: 'Fechar'