mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-07 06:50:56 -04:00
Reword choose sender/reply to address pages
Make it clear that: - In the case of text messages, it’s about who the message comes from - In the case of emails, it’s about where the user will reply to
This commit is contained in:
@@ -218,17 +218,17 @@ def get_sender_context(sender_details, template_type):
|
||||
context = {
|
||||
'email': {
|
||||
'title': "Choose where to send replies",
|
||||
'description': "Select an email address that recipients can reply to",
|
||||
'description': 'Where should replies go?',
|
||||
'field_name': 'email_address'
|
||||
},
|
||||
'letter': {
|
||||
'title': 'Choose sender address',
|
||||
'description': 'Select an address that recipients can reply to',
|
||||
'description': 'What should appear in the top right of the letter?',
|
||||
'field_name': 'contact_block'
|
||||
},
|
||||
'sms': {
|
||||
'title': 'Chose text message sender',
|
||||
'description': 'Select a text message sender that the recipients can reply to',
|
||||
'description': 'Who should the message come from?',
|
||||
'field_name': 'sms_sender'
|
||||
}
|
||||
}[template_type]
|
||||
|
||||
Reference in New Issue
Block a user