1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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

This commit is contained in:
guillep2k
2019-10-04 23:09:19 -03:00
committed by Lunny Xiao
parent f92a0b68fe
commit fb7c23f911
3 changed files with 16 additions and 5 deletions

View File

@@ -706,6 +706,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