From 1346225838d1f103d6ba2816f9f8750b4b8813dd Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 18 Apr 2018 22:27:00 -0400 Subject: [PATCH] Change submit button on "Submit a Bug" to "Submit and Send Email" --- pgweb/misc/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgweb/misc/views.py b/pgweb/misc/views.py index 1d40bcd8..e299d0c2 100644 --- a/pgweb/misc/views.py +++ b/pgweb/misc/views.py @@ -56,7 +56,7 @@ def submitbug(request): 'form_intro': template_to_string('misc/bug_header.html', { 'supportedversions': versions, }), - 'savebutton': 'Submit Report and Send Email', + 'savebutton': 'Submit and Send Email', }) -- 2.39.5