From 47233ba7a8b75adfc2171c0cded5f818dc1fe450 Mon Sep 17 00:00:00 2001 From: Qiaeru <22643035+qiaeru@users.noreply.github.com> Date: Mon, 17 Aug 2020 01:12:42 +0200 Subject: [PATCH] Strings containing specific characters must be quoted (#169) Please see: https://symfony.com/doc/current/components/yaml/yaml_format.html#strings --- extensions/lang-english/locale/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 2bd3111c0..45425768a 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -109,8 +109,8 @@ core: not_sending_message: Flarum currently does not send emails. This can be due to the selected driver, or errors in its configuration. send_test_mail_button: Send send_test_mail_heading: Send Test Mail - send_test_mail_success: Test mail sent successfully! - send_test_mail_text: This will send an email using the above configuration to your email, {email}. + send_test_mail_success: "Test mail sent successfully!" + send_test_mail_text: "This will send an email using the above configuration to your email, {email}." smtp_heading: SMTP Settings submit_button: => core.ref.save_changes text: Configure the driver, settings and addresses your forum will use to send email.