mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Make language consistent
The `is_default` text and text of the checkbox should use the same terminology (‘email address’ not ‘address’).
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
) }}
|
||||
{% if form.is_default.data %}
|
||||
<p class="form-group">
|
||||
This email address is the default
|
||||
This is the default reply to address for {{ current_service.name }} emails
|
||||
</p>
|
||||
{% else %}
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user