mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2025-08-17 00:45:42 +00:00
Fix wrong ru/en reasons
This commit is contained in:
parent
89c58b41a3
commit
0fa096f9ba
@ -12,8 +12,8 @@ class AuthError(GitflicExceptions):
|
|||||||
|
|
||||||
class NoRights(GitflicExceptions):
|
class NoRights(GitflicExceptions):
|
||||||
error_code = 403
|
error_code = 403
|
||||||
reason = "Нет прав для доступа."
|
reason = "There are no access rights."
|
||||||
reason_ru = "There are no access rights."
|
reason_ru = "Нет прав для доступа."
|
||||||
|
|
||||||
|
|
||||||
class NotFound(GitflicExceptions):
|
class NotFound(GitflicExceptions):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user