mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-25 12:51:05 -05:00
Call ‘send test’ ‘generate preview’ for letters
We think that sending a test for letters will mean downloading or being emailed a PDF version of the populated template. While we haven’t changed the app to do this yet, renaming the button is a good way to get feedback about it from research.
This commit is contained in:
@@ -175,7 +175,11 @@
|
||||
wrapping_class='bottom-gutter-2-3'
|
||||
) }}
|
||||
{% endif %}
|
||||
{% if template.template_type != 'letter' or not request.args.from_test %}
|
||||
<input type="submit" class="button" value="Send {{ count_of_recipients }} {{ message_count_label(count_of_recipients, template.template_type, suffix='') }}" />
|
||||
{% else %}
|
||||
<a href="#" class="heading-medium">Download as PDF</a>
|
||||
{% endif %}
|
||||
<a href="{{ back_link }}" class="page-footer-back-link">Back</a>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</a>
|
||||
 
|
||||
<a href="{{ url_for(".send_test", service_id=current_service.id, template_id=template.id) }}" class="heading-medium">
|
||||
Send yourself a test
|
||||
{{ 'Generate preview' if template.template_type == 'letter' else 'Send yourself a test' }}
|
||||
</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user