From 34151117fb20a50fcf60f2de0cf04ba55e846b46 Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Sun, 28 Apr 2024 15:28:27 +0800 Subject: [PATCH] chore: modified var name --- .../build_production/workspace_invitation.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/mailer_templates/build_production/workspace_invitation.html b/assets/mailer_templates/build_production/workspace_invitation.html index 5029ca57..c1a0a57e 100644 --- a/assets/mailer_templates/build_production/workspace_invitation.html +++ b/assets/mailer_templates/build_production/workspace_invitation.html @@ -47,12 +47,12 @@
- {{ .UserName }} + {{ username }}

- {{ .UserName }} + {{ username }} invited to Join - {{ .WorkspaceName }} + {{ workspace_name }} on AppFlowy

@@ -65,7 +65,7 @@
- {{ .WorkspaceName }} + {{ workspace_name }}
@@ -73,14 +73,14 @@
- {{ .WorkspaceName }} + {{ wokspace_name }}
-
{{ .WorkspaceMembersCount }} members
+
{{ workspace_member_count }} members
- + @@ -181,4 +181,4 @@
- \ No newline at end of file +