💬 improve wording of delivery boxes

This commit is contained in:
DrMaxNix 2024-02-19 23:16:59 +01:00
parent eeada3aa41
commit eef549525d
1 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@
</div>
<div class="content rows">
<div class="box">
<span class="title">Send One</span>
<span class="title">Send to One</span>
<div id="newsletter-send-one-form-container" class="form-container">
<div id="newsletter-send-one-form" class="form">
@ -147,7 +147,7 @@
<input id="newsletter-send-one-form-csrf-token" type="hidden" value="<?= Csrf::token() ?>" />
<button id="newsletter-send-one-form-submit" class="button primary">
<span class="text">Send One</span>
<span class="text">Send to One</span>
<span class="icon ti ti-chevron-right"></span>
</button>
</div>
@ -174,7 +174,7 @@
</div>
<div class="box danger">
<span class="title">Send All (<?= Newsletter::member_count() ?>)</span>
<span class="title">Send to All (<?= Newsletter::member_count() ?>)</span>
<div id="newsletter-send-all-form-container" class="form-container">
<div id="newsletter-send-all-form" class="form">
@ -194,7 +194,7 @@
<input id="newsletter-send-all-form-csrf-token" type="hidden" value="<?= Csrf::token() ?>" />
<button id="newsletter-send-all-form-submit" class="button primary">
<span class="text">Send All</span>
<span class="text">Send to All</span>
<span class="icon ti ti-chevron-right"></span>
</button>
</div>