forked from forgejo/forgejo
prevent empty review comment (#4632)
* prevent empty review comment This would only require a comment for rejection and comment * add tests * add comment
This commit is contained in:
parent
59b10e66f7
commit
0df7cab4fb
4 changed files with 57 additions and 0 deletions
|
@ -815,6 +815,7 @@ issues.dependency.add_error_cannot_create_circular = You cannot create a depende
|
|||
issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
|
||||
issues.review.approve = "approved these changes %s"
|
||||
issues.review.comment = "reviewed %s"
|
||||
issues.review.content.empty = You need to leave a comment indicating the requested change(s).
|
||||
issues.review.reject = "rejected these changes %s"
|
||||
issues.review.pending = Pending
|
||||
issues.review.review = Review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue