From 701d0ecaa2f0840a8d170f09aec0567ac3c322b5 Mon Sep 17 00:00:00 2001
From: emmyni <44761757+emmyni@users.noreply.github.com>
Date: Tue, 13 Dec 2022 08:55:52 -0500
Subject: [PATCH] [MM-48098]: "Downgrade to Starter" CTA's go to purchase modal
instead of pricing modal (#21849)
---
templates/cloud_45_day_arrears.html | 2 +-
templates/cloud_90_day_arrears.html | 2 +-
templates/partials/cloud_title_3subtitles_button.mjml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/cloud_45_day_arrears.html b/templates/cloud_45_day_arrears.html
index f868f37ab43..58d7859d957 100644
--- a/templates/cloud_45_day_arrears.html
+++ b/templates/cloud_45_day_arrears.html
@@ -437,7 +437,7 @@
|
-
+
{{.Props.SecondaryActionButtonText}}
|
diff --git a/templates/cloud_90_day_arrears.html b/templates/cloud_90_day_arrears.html
index 21769839ca9..5bdeacbab73 100644
--- a/templates/cloud_90_day_arrears.html
+++ b/templates/cloud_90_day_arrears.html
@@ -437,7 +437,7 @@
|
-
+
{{.Props.SecondaryActionButtonText}}
|
diff --git a/templates/partials/cloud_title_3subtitles_button.mjml b/templates/partials/cloud_title_3subtitles_button.mjml
index 38c39071af0..5ac4edf7e91 100644
--- a/templates/partials/cloud_title_3subtitles_button.mjml
+++ b/templates/partials/cloud_title_3subtitles_button.mjml
@@ -16,7 +16,7 @@
{{.Props.Button}}
{{if .IncludeSecondaryActionButton}}
-
+
{{.Props.SecondaryActionButtonText}}
{{end}}