diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-12-24 20:14:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 12:14:42 +0000 |
commit | d7770539f6497e9181d6293700099ac742b03a81 (patch) | |
tree | d7ccf5e37bf40cbb4e36887319469181e80884ee /options | |
parent | 7cc44491fae1e5f00616a5b8d8da2934a8a619f8 (diff) | |
download | gitea-d7770539f6497e9181d6293700099ac742b03a81.tar.gz gitea-d7770539f6497e9181d6293700099ac742b03a81.zip |
Improve interface when comparing a branch which has created a pull request (#17911)
* Improve interface when comparing a branch which has created a pull request
* Take the note back
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f1171df08d..5248f98069 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1429,6 +1429,7 @@ compare.compare_head = compare pulls.desc = Enable pull requests and code reviews. pulls.new = New Pull Request +pulls.view = View Pull Request pulls.compare_changes = New Pull Request pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from. pulls.compare_base = merge into |