From c80ee692404614ad1144a99dca58fac4675e3511 Mon Sep 17 00:00:00 2001 From: divyaamunugama <84217321+divyaamunugama@users.noreply.github.com> Date: Wed, 22 May 2024 13:15:43 +0530 Subject: [PATCH] Added escape characters to literals --- en/includes/references/email-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/includes/references/email-templates.md b/en/includes/references/email-templates.md index 902fc4351b..30b943776e 100644 --- a/en/includes/references/email-templates.md +++ b/en/includes/references/email-templates.md @@ -241,7 +241,7 @@ The following literals about the user are accessible for all email templates. !!! note - Organizations (root) created before October 2022 will utilize `{{ tenant-domain }}` as the placeholder to represent the organization name. As this placeholder may not provide the organization name in a human-readable format, consider updating it to `{{ organization-name }}` as needed for clarity and ease of understanding. + Organizations (root) created before October 2022 will utilize `\{\{ tenant-domain \}\}` as the placeholder to represent the organization name. As this placeholder may not provide the organization name in a human-readable format, consider updating it to `\{\{ organization-name \}\}` as needed for clarity and ease of understanding. ---