This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f845e3  Improve send email text
4f845e3 is described below

commit 4f845e3745077715d1e3bbddbc6ba48e6a4bfd5e
Author: Shane Curcuru <a...@shanecurcuru.org>
AuthorDate: Wed Oct 11 16:01:34 2017 -0400

    Improve send email text
    
    Should really move to be a template email
---
 www/board/agenda/views/buttons/email.js.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/buttons/email.js.rb 
b/www/board/agenda/views/buttons/email.js.rb
index fa70ffc..6dfcde5 100644
--- a/www/board/agenda/views/buttons/email.js.rb
+++ b/www/board/agenda/views/buttons/email.js.rb
@@ -30,9 +30,11 @@ class Email < Vue
       subject = "Missing #{@@item.title} Board Report"
       body = "Dear #{@@item.owner},\n\nThe board report for " +
         "#{@@item.title} has not yet been submitted for this " +
-        "month's board meeting. If you're unable to get " +
+        "month's board meeting. If you or another member of the PMC are unable 
to get "+
         "it in by twenty-four hours before meeting time, " +
-        "please plan to report next month.\n\nThanks,\n\n " +
+        "please let the board know, and plan to report next month.\n\n" + 
+        '  https://www.apache.org/foundation/board/reporting#how' +
+        "\n\nThanks,\n\n " +
         "#{Server.username}\n\n" +
         "(on behalf of the ASF Board)"
     else

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].

Reply via email to