-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35c79e3
commit 2a2d21f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
}; | ||
|