From 5cbbd0443bf1d4af4be973782321c574393b1aba Mon Sep 17 00:00:00 2001
From: ianabels <57151600+ianabels@users.noreply.github.com>
Date: Thu, 26 Jan 2023 14:42:03 -0500
Subject: [PATCH 1/2] Specify Subscription Group Type
With SMS & WhatsApp now supported by the Preference Center Liquid tags, I'm calling out that the old version will only automatically list Email Subscription Groups
---
.../email/preference_center/preference_center.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md b/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
index 24f2736a86d..098205be876 100644
--- a/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
+++ b/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
@@ -19,7 +19,7 @@ To place a link to the preference center in your emails, use the following Liqui
```
{% endraw %}
-This will show the basic preference center layout that lists all of the subscription groups automatically.
+This will show the basic preference center layout that lists all of the Email subscription groups automatically.
{% alert note %}
The preference center has a checkbox that will allow your users to unsubscribe from all emails. Note that you will not be able to save these preferences if sent as a test message.
@@ -62,4 +62,4 @@ Use a [JSON web token](https://auth0.com/learn/json-web-tokens/) to authenticate
### Logo
-To edit the logo in your email preference center, select the gear icon and click **Edit**.
\ No newline at end of file
+To edit the logo in your email preference center, select the gear icon and click **Edit**.
From c507a1e39f5c2fdbf586d44de1711bc66fd739a5 Mon Sep 17 00:00:00 2001
From: KellieHawks
Date: Thu, 26 Jan 2023 15:06:07 -0500
Subject: [PATCH 2/2] Apply suggestions from code review
---
.../email/preference_center/preference_center.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md b/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
index 098205be876..d8c55db4c6a 100644
--- a/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
+++ b/_docs/_user_guide/message_building_by_channel/email/preference_center/preference_center.md
@@ -19,7 +19,7 @@ To place a link to the preference center in your emails, use the following Liqui
```
{% endraw %}
-This will show the basic preference center layout that lists all of the Email subscription groups automatically.
+This will show the basic preference center layout that lists all of the email subscription groups automatically.
{% alert note %}
The preference center has a checkbox that will allow your users to unsubscribe from all emails. Note that you will not be able to save these preferences if sent as a test message.