From 5db521595b47bf2165ba3dc8d8c0593b26e290f8 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 16 Mar 2019 11:01:30 +0100 Subject: [PATCH] Add strings for revised mail settings page Refs flarum/core#1169. --- locale/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/core.yml b/locale/core.yml index f97711c2..207877e5 100644 --- a/locale/core.yml +++ b/locale/core.yml @@ -89,8 +89,9 @@ core: # These translations are used in the email page of the admin interface. email: - account_heading: SMTP Account addresses_heading: Addresses + driver_heading: Choose a driver + smtp_heading: SMTP Settings driver_label: Driver encryption_label: Encryption from_label: Sender @@ -98,7 +99,6 @@ core: host_label: Host password_label: => core.ref.password port_label: Port - server_heading: SMTP Server submit_button: => core.ref.save_changes text: Configure the SMTP settings and addresses your forum will use to send email. username_label: => core.ref.username