Skip to content

Commit 42112d6

Browse files
authored
Merge branch 'master' into slider-update
2 parents d516339 + 1b22b75 commit 42112d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
174174
const enterpriseUserSeats = enterpriseUsers > 0 ? ` and ${enterpriseUsers} enterprise user${enterpriseUsers > 1 ? "s" : ""}` : "";
175175
return {
176176
link: matchingPlanLink.link,
177-
name: "Subscribe For Add-on"
177+
name: "Subscribe"
178178
};
179179
}
180180

@@ -188,7 +188,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
188188

189189
return {
190190
link: "#",
191-
name: "Subscribe For Add-on"
191+
name: "Subscribe"
192192
};
193193
};
194194

0 commit comments

Comments
 (0)