diff --git a/js/messages.php b/js/messages.php
index a50184b485..40a40c728f 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -427,7 +427,7 @@ $js_messages['strTooManyInputs'] = __(
);
$js_messages['phpErrorsFound'] = '
'
- . __('Warning: Some errors have been detected on the server!!')
+ . __('Some errors have been detected on the server!')
. '
'
. __('Please look at the bottom of this window.')
. ''
. '
';
$js_messages['phpErrorsBeingSubmitted'] = ''
- . __('Some errors have been detected on the server!!')
+ . __('Some errors have been detected on the server!')
. '
'
- . __('As per your settings, they are being submitted currently.')
- . __(' Please be patient.')
+ . __('As per your settings, they are being submitted currently, please be patient.')
. '
'
. '
)
)