This is an automated email from the ASF dual-hosted git repository.
sebb 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 5fe07cbe Make subject of board report reminders not say missing. (#222)
5fe07cbe is described below
commit 5fe07cbea4b920671847b8932bc472e8d732197d
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Apr 10 15:15:57 2024 -0700
Make subject of board report reminders not say missing. (#222)
By changing the tone of the subject reminders to submit the report are less
judgmental.
---
www/board/agenda/views/buttons/email.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/buttons/email.js.rb
b/www/board/agenda/views/buttons/email.js.rb
index 6b5b407b..c12d503e 100644
--- a/www/board/agenda/views/buttons/email.js.rb
+++ b/www/board/agenda/views/buttons/email.js.rb
@@ -45,7 +45,7 @@ class Email < Vue
cc = "#{mail_list},#{@@item.cc}"
if @@item.missing
- subject = "Missing #{@@item.title} Board Report"
+ subject = "[REMINDER] Please submit the #{@@item.title} Board Report"
if @@item.attach =~ /^\d/
body = %{
Dear #{@@item.owner},