Plugin displays name wrong

We’re a team so our name is “War and Peas”. When a Patreon-exclusive post is on our website the visitor sees the message “To view this content, you must be a member of War’s Patreon at $1 or more”.

Is it possible to change that? Our name is “War and Peas” and not just “War” :confused:

The solution I found was to solve via some simple custom javascript code.

var locked_text= document.getElementsByClassName(‘patreon-text-over-button’);
locked_text[i].innerHTML = ‘YOUR OWN CUSTOM TEXT HERE’;}

Would suggest hyperlinking to your patreon in the text

There should be a custom page name setting in WP admin → Patreon Settings.