mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2026-02-16 02:30:45 +00:00
Fix wrong ru/en reasons
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user