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 c7f1e15 Update help text if you've assigned a proxy
c7f1e15 is described below
commit c7f1e150acae9b430dc28af80e338b32bb94f190
Author: Shane Curcuru <[email protected]>
AuthorDate: Mon Mar 19 19:04:41 2018 -0400
Update help text if you've assigned a proxy
---
www/members/proxy.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 1f9da08..8f646fa 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -38,7 +38,7 @@ def is_user_proxied(meeting, id)
if user.cn == arr[0].strip
copypasta << "#{arr[2].ljust(12)} | #{arr[1].strip} (proxy)"
elsif user.id == arr[2]
- help = "NOTE: You appear to have already submitted a proxy form for
someone else to mark your attendance! "
+ help = "NOTE: You have already submitted a proxy form for
#{arr[0].strip} to mark your attendance (be sure they know to mark you at Roll
Call)! "
end
end
if copypasta.empty?
--
To stop receiving notification emails like this one, please contact
[email protected].