Commit 67d49da5f230460019ad7490fb9ccfaf60bbbe68
1 parent
77d6fa0d
Exists in
master
and in
29 other branches
Updating public error pages
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/500.html
... | ... | @@ -105,11 +105,11 @@ |
105 | 105 | <div id='pt' style='display: none' class='message'> |
106 | 106 | <h1>Problema temporário no sistema</h1> |
107 | 107 | <p> |
108 | - Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. Perdoe o incoveniente. | |
108 | + Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. Perdoe o inconveniente. | |
109 | 109 | </p> |
110 | 110 | <ul> |
111 | 111 | <li><a href='javascript: history.back()'>Voltar</a></li> |
112 | - <li><a href='/'>Ir para a página inicial do site.</a></li> | |
112 | + <li><a href='/'>Ir para a página inicial do site</a></li> | |
113 | 113 | </ul> |
114 | 114 | </div> |
115 | 115 | ... | ... |