forked from forgejo/forgejo
Fix editor commit to new branch if PR disabled (#8375)
This commit is contained in:
parent
f92a0b68fe
commit
fb7c23f911
3 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue