From 2a2d21f62486e0414bf408781d809fa4923dafcb Mon Sep 17 00:00:00 2001 From: David Lazarescu Date: Thu, 4 Jul 2024 15:18:35 +0200 Subject: [PATCH] Improved email --- src/Application/Utility/EmailSender.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/Utility/EmailSender.cs b/src/Application/Utility/EmailSender.cs index 2e5110f..c34a681 100644 --- a/src/Application/Utility/EmailSender.cs +++ b/src/Application/Utility/EmailSender.cs @@ -111,7 +111,7 @@ public async Task SendDowngradeWarningEmail(User user) "Due to the downgrade your online storage was reduced and your current library " + "size may exceed your new storage limit.\n" + $"Please reduce your library size if that is the case, otherwise books from your account will automatically be DELETED until " + - "your used storage is less or equal to the storage your tier provides.\n\n" + + "your used storage does not exceed the storage your tier provides anymore.\n\n" + "You have 7 days to perform this action. If you think that this is a mistake, or you have any " + "questions, please contact us at: contact@librumreader.com" };