Change Content Subscription success message

Kayla Johnson asked on September 4, 2020 20:14

We have a bunch of Content Subscription web part on a client site. By default when you subscribe, you see this message: "You have been successfully subscribed."

But we want to change the text and have it include a link to the user's profile page.

I don't see how to do this anywhere in the web part.

Correct Answer

Brian McKeiver answered on September 5, 2020 16:37

The message is generated from a resource string inside of the ~/CMSResources/CMS.resx file.

  <data name="notifications.subscription.successful" xml:space="preserve">
    <value>You have been successfully subscribed.</value>
  </data>

You can edit that file or you can use the Localization app in the admin tool. See this documentation https://docs.kentico.com/k12sp/multilingual-websites/setting-up-a-multilingual-user-interface/working-with-resource-strings

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.