From 17fa8fcb2c1a2a61347247c3c5eb7b1cd87296a2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 14 Dec 2016 19:13:06 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index e23f595db3..2d58c97ccd 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -847,7 +847,7 @@ return [ 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email. This email address can be set in the .env file.', + 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'mail_for_lockout_help' => 'When a user is locked out', 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain', 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',