Home › Forums › Stripe Payments Plugin › Remove "Until Canelled" from Subscription price description › Reply To: Remove "Until Canelled" from Subscription price description
April 16, 2020 at 12:24 am
#2823
Admin
Keymaster
This is something that can be customized by customizing your copy of the plugin’s language file.
In your install, you can replace the “until cancelled” phrase with anything you want to say there.
In the next release of the addon we will add a CSS class in there also. That will allow you to hide that phrase with a simple CSS tweak like the following:
.asp_subs_price_until_cancelled{
display: none;
}