Added a hint to show default and receives text messages

This commit is contained in:
Rebecca Law
2017-11-02 15:48:19 +00:00
parent 83bfc50884
commit ff22c83b1d
5 changed files with 104 additions and 10 deletions

View File

@@ -590,7 +590,7 @@ def service_sms_senders(service_id):
if sender['is_default']:
hints += ["default"]
if sender['inbound_number_id']:
hints += ["recieves replies"]
hints += ["receives replies"]
if hints:
sender['hint'] = "(" + " and ".join(hints) + ")"