mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
firmware: small tweak on wording
This commit is contained in:
parent
ceeaca8a09
commit
30f267781c
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ if (isset($pconfig['Submit'])) {
|
|||
if (!$has_crashed) {
|
||||
$message = gettext('Thank you for submitting this crash report.');
|
||||
} else {
|
||||
$message = gettext('This crash report has no relevant crash information. If you want to submit a problem please fill out your email and decription below.');
|
||||
$message = gettext('This crash report contains no actual crash information. If you want to submit a problem please fill out your email and decription below.');
|
||||
}
|
||||
} elseif ($pconfig['Submit'] == 'no') {
|
||||
$message = gettext('Please consider submitting a crash report if the error persists.');
|
||||
|
|
|
|||
Loading…
Reference in a new issue