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,7 +47,7 @@ | ||
| 47 | <div class="controls"> | 47 | <div class="controls"> |
| 48 | <button type="reset" class="btn"> | 48 | <button type="reset" class="btn"> |
| 49 | <i class="icon-refresh"></i> | 49 | <i class="icon-refresh"></i> |
| 50 | - {{ "Resetar Valores"|trans }} | 50 | + {{ "Resetar"|trans }} |
| 51 | </button> | 51 | </button> |
| 52 | <button type="submit" class="btn btn-primary"> | 52 | <button type="submit" class="btn btn-primary"> |
| 53 | <i class="icon-search"></i> | 53 | <i class="icon-search"></i> |
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativos.html.twig
| @@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
| 49 | <div class="controls"> | 49 | <div class="controls"> |
| 50 | <button type="reset" class="btn"> | 50 | <button type="reset" class="btn"> |
| 51 | <i class="icon-refresh"></i> | 51 | <i class="icon-refresh"></i> |
| 52 | - {{ "Resetar Valores"|trans }} | 52 | + {{ "Resetar"|trans }} |
| 53 | </button> | 53 | </button> |
| 54 | <button type="submit" class="btn btn-primary"> | 54 | <button type="submit" class="btn btn-primary"> |
| 55 | <i class="icon-search"></i> | 55 | <i class="icon-search"></i> |