diff options
Diffstat (limited to 'app/views/request/_followup.rhtml')
-rw-r--r-- | app/views/request/_followup.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index a84da3214..c93314d03 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -27,7 +27,7 @@ <p> <%= hidden_field_tag 'submitted_followup', 1 %> - <%= submit_tag "Send >>" %> + <%= submit_tag "Send public follow up message" %> </p> <% end %> |