mirror of
https://github.com/flarum/core.git
synced 2025-08-15 04:44:08 +02:00
Strings containing specific characters must be quoted (#169)
Please see: https://symfony.com/doc/current/components/yaml/yaml_format.html#strings
This commit is contained in:
@@ -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.
|
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_button: Send
|
||||||
send_test_mail_heading: Send Test Mail
|
send_test_mail_heading: Send Test Mail
|
||||||
send_test_mail_success: Test mail sent successfully!
|
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_text: "This will send an email using the above configuration to your email, {email}."
|
||||||
smtp_heading: SMTP Settings
|
smtp_heading: SMTP Settings
|
||||||
submit_button: => core.ref.save_changes
|
submit_button: => core.ref.save_changes
|
||||||
text: Configure the driver, settings and addresses your forum will use to send email.
|
text: Configure the driver, settings and addresses your forum will use to send email.
|
||||||
|
Reference in New Issue
Block a user