From d01bb2753322838ff95ac365bdd9497d463632a1 Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Mon, 22 Jan 2024 17:07:40 -0600 Subject: [PATCH] Replace '@' with it's HTML code in settings examples --- src/app/tabs/settings.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/tabs/settings.component.html b/src/app/tabs/settings.component.html index 6e059884..7b004911 100644 --- a/src/app/tabs/settings.component.html +++ b/src/app/tabs/settings.component.html @@ -419,7 +419,7 @@ name="AdminUser" [(ngModel)]="gsuite.adminUser" /> - {{ "ex" | i18n }} admin@company.com + {{ "ex" | i18n }} admin@company.com
@@ -596,7 +596,7 @@ name="EmailSuffix" [(ngModel)]="sync.emailSuffix" /> - {{ "ex" | i18n }} @company.com + {{ "ex" | i18n }} @company.com
@@ -628,13 +628,13 @@ {{ "ex" | i18n }} exclude:joe@company.com{{ "ex" | i18n }} exclude:joe@company.com {{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John"{{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John" {{ "ex" | i18n }} exclude:joe@company.com | orgName=Engineering{{ "ex" | i18n }} exclude:joe@company.com | orgName=Engineering