mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Rename button to "Finish Review"
Motivation: The meaning of the button is apparent from the visual position and the number icon. This is not exposed to a screenreader. Naming it to "Finish Review" helps with to provide the meaning of the button as well as the number in the label.
This commit is contained in:
parent
187e10d8c9
commit
87d4746f5e
|
@ -2600,7 +2600,7 @@ diff.comment.add_single_comment = Add single comment
|
||||||
diff.comment.add_review_comment = Add comment
|
diff.comment.add_review_comment = Add comment
|
||||||
diff.comment.start_review = Start review
|
diff.comment.start_review = Start review
|
||||||
diff.comment.reply = Reply
|
diff.comment.reply = Reply
|
||||||
diff.review = Review
|
diff.review = Finish review
|
||||||
diff.review.header = Submit review
|
diff.review.header = Submit review
|
||||||
diff.review.placeholder = Review comment
|
diff.review.placeholder = Review comment
|
||||||
diff.review.comment = Comment
|
diff.review.comment = Comment
|
||||||
|
|
Loading…
Reference in a new issue