Skip to content

Commit

Permalink
Change messages on bug_report_page
Browse files Browse the repository at this point in the history
Fixes #21847
  • Loading branch information
atrol committed Nov 3, 2016
1 parent 1657ae6 commit 24a71f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/strings_english.txt
Expand Up @@ -1133,15 +1133,15 @@ $s_submission_thanks_msg = 'Thank you for your submission.';

# report_bug_advanced_page.php
$s_simple_report_link = 'Simple Report';
$s_enter_report_details_title = 'Enter Report Details';
$s_enter_report_details_title = 'Enter Issue Details';
$s_required = 'required';
$s_select_category = 'Select Category';
$s_select_reproducibility = 'Select Reproducibility';
$s_select_severity = 'Select Severity';
$s_or_fill_in = 'Or Fill In';
$s_assign_to = 'Assign To';
$s_additional_information = 'Additional Information';
$s_submit_report_button = 'Submit Report';
$s_submit_report_button = 'Submit Issue';
$s_check_report_more_bugs = 'check to report more issues';

# report_bug_page.php
Expand Down

0 comments on commit 24a71f7

Please sign in to comment.