From d021ae1431eb22c60e81c6c1470677bd080725bd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 Nov 2017 17:17:20 +0100 Subject: [PATCH] firmware: fix typos --- src/www/crash_reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/crash_reporter.php b/src/www/crash_reporter.php index 12e950549..275741bf2 100644 --- a/src/www/crash_reporter.php +++ b/src/www/crash_reporter.php @@ -195,7 +195,7 @@ if (isset($pconfig['Submit'])) { if (!$has_crashed) { $message = gettext('Thank you for submitting this crash report.'); } else { - $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.'); + $message = gettext('This crash report contains no actual crash information. If you want to submit a problem please fill out your e-mail and description below.'); } } elseif ($pconfig['Submit'] == 'no') { $message = gettext('Please consider submitting a crash report if the error persists.');