You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request '[v10.0/forgejo] feat: When comparing in repos, mention that pull request creation requires sign-in' (go-gitea#6398) from bp-v10.0/forgejo-dd4a110 into v10.0/forgejo
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1845,6 +1845,7 @@ pulls.new = New pull request
1845
1845
pulls.view = View pull request
1846
1846
pulls.edit.already_changed = Unable to save changes to the pull request. It appears the content has already been changed by another user. Please refresh the page and try editing again to avoid overwriting their changes
1847
1847
pulls.compare_changes = New pull request
1848
+
pulls.sign_in_require = <a href="%s">Sign in</a> to create a new pull request.
1848
1849
pulls.allow_edits_from_maintainers = Allow edits from maintainers
1849
1850
pulls.allow_edits_from_maintainers_desc = Users with write access to the base branch can also push to this branch
0 commit comments