Skip to content

Commit

Permalink
Added escape characters to literals
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaamunugama authored May 22, 2024
1 parent e16a1cd commit c80ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/includes/references/email-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ The following literals about the user are accessible for all email templates.
</table>

!!! 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.

---

Expand Down

0 comments on commit c80ee69

Please sign in to comment.