mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-30 10:57:07 +00:00
fix(web): populate the reason for "cannot commit to branch" in web editor commit form (#39155)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -1324,7 +1324,9 @@
|
||||
"repo.editor.upload_files_to_dir": "Upload files to \"%s\"",
|
||||
"repo.editor.cannot_commit_to_protected_branch": "Cannot commit to protected branch \"%s\".",
|
||||
"repo.editor.no_commit_to_branch": "Not allowed to commit directly to branch because:",
|
||||
"repo.editor.user_no_push_to_branch": "User cannot push to branch",
|
||||
"repo.editor.no_write_permission": "No write permission.",
|
||||
"repo.editor.repo_not_editable": "Repository is not editable.",
|
||||
"repo.editor.branch_is_protected": "Branch is protected",
|
||||
"repo.editor.require_signed_commit": "Branch requires a signed commit",
|
||||
"repo.editor.cherry_pick": "Cherry-pick %s onto:",
|
||||
"repo.editor.revert": "Revert %s onto:",
|
||||
|
||||
Reference in New Issue
Block a user