diff options
author | Martin Wright <martin@mynameismartin.com> | 2017-07-07 09:40:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-07 11:43:34 +0100 |
commit | 490b54e86631312448235edca486c9ff85033459 (patch) | |
tree | ce2d739dc61d66279bcf901d3c11057f9ef84247 /templates | |
parent | 6bd4d17176045ccaa211f99265f06466e1b4aece (diff) |
Change the contact form Post button label to Send.
'Post' suggest you're putting this somewhere, like a message board,
whereas 'Send' is more conventional for contact forms.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/contact/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html index c79091668..dfd3ef6b2 100644 --- a/templates/web/base/contact/index.html +++ b/templates/web/base/contact/index.html @@ -104,7 +104,7 @@ <textarea class="form-control required" name="message" id="form_message" rows="7" cols="50">[% message | html %]</textarea> - <input class="final-submit green-btn" type="submit" value="[% loc('Post') %]"> + <input class="final-submit green-btn" type="submit" value="[% loc('Send') %]"> </fieldset> </form> |