We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to edit the expiration message in My Account?

Its value can’t be edited. The expiration message in the My Account Library section:

Myaccount.png

Is set in the My Account Library Components template’s libraryItem.expirationMsg​ model:

image-20201001-121450.png

For PSC external terms, the expiration date will always be set far away in the future (years 3000+) since the access actually is set to "Never expire" and will only be revoked if the PSC validation fails.

You can remove the line below in order for the expiration date not to be shown in the My Account's Library tab.

HTML
<span ng-bind-html="libraryItem.expirationMsg"></span>

Last updated: