From eef0f4bd4e676112d64ef42cb91ebd5641a9d20a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 23 Sep 2023 18:56:04 +0200 Subject: [PATCH] Remove string https://github.com/firefly-iii/firefly-iii/issues/7990 --- resources/lang/en_US/email.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lang/en_US/email.php b/resources/lang/en_US/email.php index 92697e27a0..679159ff44 100644 --- a/resources/lang/en_US/email.php +++ b/resources/lang/en_US/email.php @@ -67,8 +67,6 @@ return [ 'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!', 'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).', 'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!', - 'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).', - 'registered_doc_text' => 'If you haven\'t already, please also read the first use guide and the full description.', 'registered_closing' => 'Enjoy!', 'registered_firefly_iii_link' => 'Firefly III:', 'registered_pw_reset_link' => 'Password reset:',