# HG changeset patch # User Marcin Kuzminski # Date 2020-02-07 11:12:21 # Node ID aed576283e0bef71c00ab20806726dbc478395f3 # Parent d6f80d78a8f13fe49e72e751469dd6695b3cf0a4 pull-requests: added creating indicator to let users know they should wait. - ref #5590 diff --git a/rhodecode/templates/pullrequests/pullrequest.mako b/rhodecode/templates/pullrequests/pullrequest.mako --- a/rhodecode/templates/pullrequests/pullrequest.mako +++ b/rhodecode/templates/pullrequests/pullrequest.mako @@ -514,6 +514,7 @@ // Flush changes into textarea codeMirrorInstance.save(); prButtonLock(true, null, 'all'); + $pullRequestSubmit.val(_gettext('Please wait creating pull request...')); }); prButtonLock(true, "${_('Please select source and target')}", 'all');