Commit 64a214955aa0c8f9e0273fdcd5dc31f2b29e09e8
1 parent
62f92ba3
Exists in
master
and in
1 other branch
Alterando nome do botão resetar.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamento.html.twig
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | <div class="controls"> |
48 | 48 | <button type="reset" class="btn"> |
49 | 49 | <i class="icon-refresh"></i> |
50 | - {{ "Resetar Valores"|trans }} | |
50 | + {{ "Resetar"|trans }} | |
51 | 51 | </button> |
52 | 52 | <button type="submit" class="btn btn-primary"> |
53 | 53 | <i class="icon-search"></i> | ... | ... |
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativos.html.twig
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | <div class="controls"> |
50 | 50 | <button type="reset" class="btn"> |
51 | 51 | <i class="icon-refresh"></i> |
52 | - {{ "Resetar Valores"|trans }} | |
52 | + {{ "Resetar"|trans }} | |
53 | 53 | </button> |
54 | 54 | <button type="submit" class="btn btn-primary"> |
55 | 55 | <i class="icon-search"></i> | ... | ... |