Merge pull request #3540 from alphagov/search-whole-postal-address

Tell users that they can search whole postal address
This commit is contained in:
Chris Hill-Scott
2020-08-03 14:47:58 +01:00
committed by GitHub
3 changed files with 8 additions and 10 deletions

View File

@@ -171,9 +171,7 @@ def view_notifications(service_id, message_type=None):
things_you_can_search_by={
'email': ['email address'],
'sms': ['phone number'],
# This should become postal address not first line… once
# weve finished populating normalised addresses
'letter': ['first line of address', 'file name'],
'letter': ['postal address', 'file name'],
# We say recipient here because combining all 3 types, plus
# reference gets too long for the hint text
None: ['recipient'],