From 1acc76ca7c9d4c641a9a0f30f3498be8febbbacd Mon Sep 17 00:00:00 2001 From: radhika Date: Thu, 21 Aug 2014 16:50:29 -0400 Subject: [PATCH] 3112: change submit button text --- .../workbench/app/assets/javascripts/report_issue.js | 2 +- .../views/application/_report_issue_popup.html.erb | 2 +- .../test/integration/application_layout_test.rb | 4 ++-- apps/workbench/test/integration/report_issue_test.rb | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/workbench/app/assets/javascripts/report_issue.js b/apps/workbench/app/assets/javascripts/report_issue.js index 362a9a1b03..482fd53548 100644 --- a/apps/workbench/app/assets/javascripts/report_issue.js +++ b/apps/workbench/app/assets/javascripts/report_issue.js @@ -25,7 +25,7 @@ $(document). if ($sendButton && $sendButton.prop('disabled')) { $('div').remove('.modal-footer-status'); $('.modal-footer').append(''); - $sendButton.html('Report a problem'); + $sendButton.html('Send problem report'); $sendButton.attr('disabled',false); } var $cancelButton = $('#report-issue-cancel'); diff --git a/apps/workbench/app/views/application/_report_issue_popup.html.erb b/apps/workbench/app/views/application/_report_issue_popup.html.erb index cd4c57bfbd..3efa6c4c2d 100644 --- a/apps/workbench/app/views/application/_report_issue_popup.html.erb +++ b/apps/workbench/app/views/application/_report_issue_popup.html.erb @@ -142,7 +142,7 @@