diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-14 16:25:27 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:07 +0100 |
commit | c33bceb62e4376b9b2b88ce706acac9da775dac4 (patch) | |
tree | a93dbe83de61f88540e0d13e4168cffc17ac4743 | |
parent | d80a79fc84f02454548bcb46d7bb1063a99bdaf9 (diff) |
bring back "devolved" to describe contact-specific endpoints
I thought the word "override" was clearer, but I was wrong
-rw-r--r-- | templates/web/default/admin/body-form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index e35ede50c..de30a5a17 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -194,7 +194,7 @@ <div class="admin-hint"> <p> [% loc( - "Enable this <strong>contact can override</strong> setting if one or more contacts have a + "Enable this <strong>can be devolved</strong> setting if one or more contacts have a different endpoint (and send method) from the body's. For example, if reports for some categories of problem must be emailed, while others can be sent over Open311." ) %] @@ -202,7 +202,7 @@ </div> <p> <input type="checkbox" id="can_be_devolved" name="can_be_devolved"[% ' checked' IF body.can_be_devolved %]> - <label for="can_be_devolved" class="inline">Contacts' own endpoint can override the body's endpoint</label> + <label for="can_be_devolved" class="inline">Send method or endpoints can be devolved to contacts (i.e, can be different from the body's)</label> </p> <p> |