Fix wrong ru/en reasons

This commit is contained in:
Kirill Zhosul 2022-03-16 13:38:10 +04:00
parent 89c58b41a3
commit 0fa096f9ba

View File

@ -12,8 +12,8 @@ class AuthError(GitflicExceptions):
class NoRights(GitflicExceptions):
error_code = 403
reason = "Нет прав для доступа."
reason_ru = "There are no access rights."
reason = "There are no access rights."
reason_ru = "Нет прав для доступа."
class NotFound(GitflicExceptions):