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 834c7297 Move recipient to start of subject for easier scanning
834c7297 is described below
commit 834c7297285234eab267ee2b075518c955f1c048
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 11:38:35 2024 +0100
Move recipient to start of subject for easier scanning
---
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 c12d503e..d0edd53b 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 = "[REMINDER] Please submit the #{@@item.title} Board Report"
+ subject = "[REMINDER] #{@@item.title} Please submit your Board Report"
if @@item.attach =~ /^\d/
body = %{
Dear #{@@item.owner},