mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add extra text for subscribe option
This commit is contained in:
parent
aaee612eeb
commit
a8aaf13797
@ -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;
|
||||
|
||||
});
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user