diff options
Diffstat (limited to 'src/usr/local/www/crash_reporter.php')
-rw-r--r-- | src/usr/local/www/crash_reporter.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php index 9f88955..3542d96 100644 --- a/src/usr/local/www/crash_reporter.php +++ b/src/usr/local/www/crash_reporter.php @@ -154,8 +154,8 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors); <div class="panel-body"> <div class="content"> <p> - <?=gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?> - <i><?=gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?></i> + <?=gettext("The programming debug logs can be submitted to the pfSense developers for inspection.")?> + <i><?=gettext("Please double check the contents to ensure this information is acceptable to disclose before submitting.")?></i> </p> <textarea readonly style="width: 100%; height: 350px;"> <?=$crash_reports?> @@ -168,7 +168,7 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors); </button> <button class="btn btn-warning" name="Submit" type="submit" value="No"> <i class="fa fa-undo"></i> - <?=gettext("No")?> - <?=gettext("Just delete the crash report and take me back to the Dashboard")?> + <?=gettext("No")?> - <?=gettext("Just delete the crash report and return to the Dashboard")?> </button> </form> </div> |