From 68f993a4387a3fa4fe73c97a1e815e799760d3ca Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Thu, 27 Aug 2020 12:59:02 -0300 Subject: [PATCH] feat(words): add 'savedWithSuccess' pt_br (#75) --- src/pt_br/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pt_br/index.js b/src/pt_br/index.js index b12705a..c90cc4b 100644 --- a/src/pt_br/index.js +++ b/src/pt_br/index.js @@ -643,6 +643,7 @@ export const i19saveCart = 'Salvar carrinho' export const i19saveCategory = 'Salvar categoria' export const i19saveClient = 'Salvar cliente' export const i19saved = 'Salvo' +export const i19savedWithSuccess = 'Salvo com sucesso' export const i19saveCollection = 'Salvar coleção' export const i19saveGrid = 'Salvar grade' export const i19saveProduct = 'Salvar produto'