Add extra text for subscribe option

This commit is contained in:
DianaXWiki 2026-04-29 18:26:41 +02:00
parent aaee612eeb
commit a8aaf13797
2 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,7 @@ define(req, function(AppConfig, Default, Language) {
// To be edited for the Spring Release
// Messages.dontShowAgain = "Don't show again";
// Messages.crowdfunding_popup_text = "<h3>We need your help!</h3>To ensure that CryptPad is actively developed, consider supporting the project via the OpenCollective page, where you can see our <b>Roadmap</b> and <b>Funding goals</b>."
// Messages.crowdfunding_popup_text2 = "Alternatively, we have subscription plans available on <a href='https://cryptpad.fr'>CryptPad.fr</a>."
Messages.crowdfunding_popup_text2 = "Alternatively, you can subscribe on this instance." // XXX
return Messages;
});

View File

@ -3422,6 +3422,7 @@ define([
});
}
if (Config.accounts_api && priv.accountName) {
content += ' ' + Messages.crowdfunding_popup_text2;
buttons.push({
name: Messages.features_f_subscribe,
className: 'primary',