This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 1e10201a443ac69102b45597288d64eb3dd12ef3 Author: Sam Ruby <[email protected]> AuthorDate: Sat May 12 20:13:48 2018 -0400 fix username in sent email --- 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 40b9d3f..f41976d 100644 --- a/www/board/agenda/views/buttons/email.js.rb +++ b/www/board/agenda/views/buttons/email.js.rb @@ -42,7 +42,7 @@ class Email < Vue Thanks, - #{Pending.username} + #{Server.username} (on behalf of the ASF Board) } -- To stop receiving notification emails like this one, please contact [email protected].
