Skip to content
Snippets Groups Projects
Commit 2b7fa418 authored by Adam G-H's avatar Adam G-H
Browse files

Remove techy wording

parent 3996b2db
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function automatic_updates_mail(string $key, array &$message, array $params): vo
$message['body'][] = $params['error_message'];
if ($key === 'cron_failed_apply') {
$message['body'][] = t("Your site is in an indeterminate state and may not be accessible. It is strongly recommended to restore the site's code and database from a backup.", [], $options);
$message['body'][] = t("Your site may be unavailable or not working properly. It is strongly recommended to restore the site's code and database from a backup.", [], $options);
}
elseif ($key === 'cron_failed_insecure') {
$url = Url::fromRoute('automatic_updates.report_update')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment