Commit 3c36119601a552bbba7acbd1049d78fe0b0b591d
1 parent
610f4217
Exists in
master
and in
1 other branch
Correção do título.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/com/ases/controller/IndexController.java
... | ... | @@ -9,7 +9,7 @@ import br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder; |
9 | 9 | @Resource |
10 | 10 | public class IndexController { |
11 | 11 | |
12 | - private String tituloPagina = "ASES - Avaliador e Simulador de Acessibilidade em Sites"; | |
12 | + private String tituloPagina = "ASES - Avaliador e Simulador de Acessibilidade em Sítios"; | |
13 | 13 | private Result result; |
14 | 14 | |
15 | 15 | public IndexController (Result result) { | ... | ... |