type Props = { readableStorageLimit: string url: string } export const reachedStorageLimitEmail = ({ url, readableStorageLimit, }: Props) => `
header image
It just happened, you've reached your ${readableStorageLimit} storage limit üòÆ
It means your bots won't collect new files from your users.
If you'd like to continue collecting files, then you need to upgrade your plan or remove existing results to free up space. üöÄ
`