diff options
author | Vitaly Takmazov | 2016-12-13 23:44:59 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-13 23:44:59 +0300 |
commit | 63557e344330b1973b0a5ac2d5843c76973c5ceb (patch) | |
tree | e3b08ac273aa33f2d81f85b8750504aed7a6c8f6 /juick-spring-www/src/main/resources/errors.properties | |
parent | d1ba2ebe31f35c6cc97240ec357d3c98b9d0dde7 (diff) |
juick-spring-www: default language in resource bundles is en
Diffstat (limited to 'juick-spring-www/src/main/resources/errors.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/errors.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/resources/errors.properties b/juick-spring-www/src/main/resources/errors.properties index ca13b926..7ec8fbfd 100644 --- a/juick-spring-www/src/main/resources/errors.properties +++ b/juick-spring-www/src/main/resources/errors.properties @@ -1,3 +1,3 @@ -error.title = Произошла ошибка +error.title = Error page -error.login=Произошла ошибка, проверьте имя пользователя и пароль
\ No newline at end of file +error.login=Wrong user or password
\ No newline at end of file |