From 455b9b3ca758b7c87bee50be3508a17c64e21b42 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 3 Nov 2025 18:35:43 +1300 Subject: [PATCH 1/3] Fix logo size --- app/config/locale/templates/email-base-styled.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/templates/email-base-styled.tpl b/app/config/locale/templates/email-base-styled.tpl index 19a66e4112..9380685276 100644 --- a/app/config/locale/templates/email-base-styled.tpl +++ b/app/config/locale/templates/email-base-styled.tpl @@ -184,7 +184,7 @@ Appwrite logo From aa6390062fca5b084877d6c8bc9ea86709c8da19 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 3 Nov 2025 18:35:59 +1300 Subject: [PATCH 2/3] Fix text centering --- app/config/locale/templates/email-base-styled.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/locale/templates/email-base-styled.tpl b/app/config/locale/templates/email-base-styled.tpl index 9380685276..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; From 1d84f1666de9daa2ffee840690e757ddc9ce7402 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 3 Nov 2025 18:36:07 +1300 Subject: [PATCH 3/3] Fix copy --- app/config/locale/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}},",