From 3b573745bddd70ee2af60254c048bcfefe8d595d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 27 Jul 2021 21:33:39 +0530 Subject: [PATCH] feat(email-templates): render email body using new templates --- app/config/locale/templates/email-base.tpl | 13 ++++++++-- app/config/locale/translations/en.json | 30 +++++++++++++++++----- app/controllers/api/account.php | 30 +++++++++++++--------- app/controllers/api/teams.php | 17 +++++++----- 4 files changed, 62 insertions(+), 28 deletions(-) diff --git a/app/config/locale/templates/email-base.tpl b/app/config/locale/templates/email-base.tpl index 0d7ff4d530..bcbd9c1d2c 100644 --- a/app/config/locale/templates/email-base.tpl +++ b/app/config/locale/templates/email-base.tpl @@ -4,7 +4,7 @@ - {{title}} + {{subject}}