diff options
author | Jonathan Tran <jonnytran@gmail.com> | 2021-05-07 17:10:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 23:10:05 +0200 |
commit | 9557b8603aa05458a9b262d254a809d083657e62 (patch) | |
tree | 25abc1db9983b7cc3ccc1c7e1d3e75a015022d91 /options | |
parent | 4900881924b3762e10b01d67565035faf7cb02da (diff) | |
download | gitea-9557b8603aa05458a9b262d254a809d083657e62.tar.gz gitea-9557b8603aa05458a9b262d254a809d083657e62.zip |
Add selecting tags on the compare page (#15723)
* Add selecting tags on the compare page
* Remove unused condition and change indentation
* Fix tag tab in dropdown to be black
* Add compare tag integration test
Co-authored-by: Jonathan Tran <jon@allspice.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 40e4e0c0ba..51fa316022 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1286,6 +1286,9 @@ issues.review.resolved_by = marked this conversation as resolved issues.assignee.error = Not all assignees was added due to an unexpected error. issues.reference_issue.body = Body +compare.compare_base = base +compare.compare_head = compare + pulls.desc = Enable pull requests and code reviews. pulls.new = New Pull Request pulls.compare_changes = New Pull Request |