mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Merge pull request #2595 from alphagov/quis-patch-1
Make message limit dynamic
This commit is contained in:
@@ -256,7 +256,7 @@
|
|||||||
<ul class='list list-bullet'>
|
<ul class='list list-bullet'>
|
||||||
<li>you can only send messages to yourself</li>
|
<li>you can only send messages to yourself</li>
|
||||||
<li>you can add people to your team, then you can send messages to them too</li>
|
<li>you can add people to your team, then you can send messages to them too</li>
|
||||||
<li>you can only send 50 messages per day</li>
|
<li>you can only send {{ current_service.message_limit }} messages per day</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user