diff --git a/templates/default/error.html.ep b/templates/default/error.html.ep index 5d6fc9b..846e73b 100644 --- a/templates/default/error.html.ep +++ b/templates/default/error.html.ep @@ -9,6 +9,8 @@ <%=l 'BACK_TO_MAIN_MENU' %> <% if ($err eq 'ERROR_NAME_CONFLICT'){ %> <%=l 'JOIN_THIS_ROOM' %> + <% } elsif ($err eq 'WRONG_PASSWORD'){ %> + <%=l 'TRY_AGAIN' %> <% } %>