Tweak wording on donate and login page

This commit is contained in:
Alex Cabal 2022-07-24 18:33:03 -05:00
parent f572422d8c
commit 1cbeb9d436
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@ if($exception){
<h1>Log in to the Patrons Circle</h1>
<p>Enter your email address to log in to your Patrons Circle account. Once youre logged in, youll be able to <a href="/polls">vote in our occasional polls</a>, access our <a href="/bulk-downloads">bulk ebook downloads</a>, and access our <a href="/feeds">ebook feeds</a>.</p>
<p>Anyone can <a href="/donate#patrons-circle">join the Patrons Circle</a> with a small donation in support of our continuing mission to create free, beautiful digital literature.</p>
<p><strong>Important:</strong> Your Patrons Circle donation <em>must not</em> be set to “remain anonymous publicly and to project. If it is, then Fractured Atlas doesnt share your email address with us, and therefore we cant include you in our login system.</p>
<p><strong>Important:</strong> We need to know your email address to be able to log you in to the Patrons Circle. You must have selected either “List my name publicly” or “Dont list publicly, but reveal to project” when making your donation; otherwise, Fractured Atlas doesnt share your email address with us, and we cant include you in our login system.</p>
<?= Template::Error(['exception' => $exception]) ?>
<form method="post" action="/sessions" class="single-row">
<input type="hidden" name="redirect" value="<?= Formatter::ToPlainText($redirect) ?>" />