You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/05/13 00:14:30 UTC

[whimsy] 01/02: fix username in sent email

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 <ru...@intertwingly.net>
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
rubys@apache.org.