diff --git a/app/config/locale/templates/email-base-styled.tpl b/app/config/locale/templates/email-base-styled.tpl
index 19a66e4112..1979d560b5 100644
--- a/app/config/locale/templates/email-base-styled.tpl
+++ b/app/config/locale/templates/email-base-styled.tpl
@@ -129,6 +129,7 @@
color: #ffffff;
border-radius: 8px;
height: 48px;
+ line-height: 24px;
padding: 12px 20px;
box-sizing: border-box;
cursor: pointer;
@@ -184,7 +185,7 @@
diff --git a/app/config/locale/translations/en.json b/app/config/locale/translations/en.json
index cfac62d5ef..8e59c40123 100644
--- a/app/config/locale/translations/en.json
+++ b/app/config/locale/translations/en.json
@@ -60,11 +60,11 @@
"emails.csvExport.success.subject": "Your CSV export is ready",
"emails.csvExport.success.preview": "Your data export has been completed successfully.",
"emails.csvExport.success.hello": "Hello {{user}},",
- "emails.csvExport.success.body": "Your CSV export is ready for download. Click the link below to download your data export.",
+ "emails.csvExport.success.body": "Your CSV export is ready to download. Click the button below to download your data export.",
"emails.csvExport.success.footer": "This download link will expire in 1 hour.",
"emails.csvExport.success.thanks": "Thanks,",
"emails.csvExport.success.buttonText": "Download CSV",
- "emails.csvExport.success.signature": "{{project}} team",
+ "emails.csvExport.success.signature": "Appwrite team",
"emails.csvExport.failure.subject": "Your CSV export failed - file too large",
"emails.csvExport.failure.preview": "Your data export failed because the file size exceeds your plan limit.",
"emails.csvExport.failure.hello": "Hello {{user}},",
|