diff options
author | Otto Richter <git@otto.splvs.net> | 2024-04-17 19:40:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 16:54:19 +0200 |
commit | 4eefb64b12d379fa539ae33135f87105c16ea36b (patch) | |
tree | c9f897a2ab21dd95f7abf33a39c56e466b2f6cd7 /options | |
parent | Fix unlabelled button in code review (diff) | |
download | forgejo-4eefb64b12d379fa539ae33135f87105c16ea36b.tar.xz forgejo-4eefb64b12d379fa539ae33135f87105c16ea36b.zip |
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.
(cherry picked from commit 87d4746f5e3acb55d6469b33e96e774ad0179420)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 18a396b715..25ecb91d37 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2596,7 +2596,7 @@ diff.comment.add_single_comment = Add single comment diff.comment.add_review_comment = Add comment diff.comment.start_review = Start review diff.comment.reply = Reply -diff.review = Review +diff.review = Finish review diff.review.header = Submit review diff.review.placeholder = Review comment diff.review.comment = Comment |