Change wording based on Thom’s feedback

This commit is contained in:
Chris Hill-Scott
2017-11-06 14:12:25 +00:00
parent 6d3855bba4
commit 31497945c0
5 changed files with 12 additions and 13 deletions

View File

@@ -497,6 +497,8 @@ def service_set_sms_prefix(service_id):
'on' if current_service['prefix_sms_with_service_name'] else 'off'
))
form.enabled.label.text = 'Start all text messages with {}:'.format(current_service['name'])
if form.validate_on_submit():
service_api_client.update_service(
current_service['id'],