Skip to content

Commit

Permalink
Improved email
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Jul 4, 2024
1 parent 35c79e3 commit 2a2d21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Utility/EmailSender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]"
};
Expand Down

0 comments on commit 2a2d21f

Please sign in to comment.