1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-29 21:58:36 +00:00

Fix editor commit to new branch if PR disabled (#8375) (#8401)

This commit is contained in:
6543
2019-10-07 03:28:18 +02:00
committed by Lunny Xiao
parent 5bac1a692a
commit 797194d2d0
3 changed files with 16 additions and 5 deletions

View File

@@ -694,6 +694,7 @@ editor.delete = Delete '%s'
editor.commit_message_desc = Add an optional extended description…
editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
editor.propose_file_change = Propose file change
editor.new_branch_name_desc = New branch name…
editor.cancel = Cancel