You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ji...@apache.org on 2016/03/22 21:07:11 UTC

svn commit: r1736244 - /steve/trunk/pysteve/www/htdocs/admin/invite.html

Author: jim
Date: Tue Mar 22 20:07:11 2016
New Revision: 1736244

URL: http://svn.apache.org/viewvc?rev=1736244&view=rev
Log:
Frm rbowen.
Be more clear about the impacts of sharing the url

Modified:
    steve/trunk/pysteve/www/htdocs/admin/invite.html

Modified: steve/trunk/pysteve/www/htdocs/admin/invite.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/invite.html?rev=1736244&r1=1736243&r2=1736244&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/invite.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/invite.html Tue Mar 22 20:07:11 2016
@@ -10,7 +10,7 @@
     var ecount = 0;
     function seedInvite(type) {
         if (type == "closed") {
-            document.getElementById('msgtemplate').value = "A private election for \"$title\" has been called\n\nTo vote, please visit: $votelink\nThis is a private vote URL for your eyes only."
+            document.getElementById('msgtemplate').value = "A private election for \"$title\" has been called\n\nTo vote, please visit: $votelink\nThis is a private vote URL. Do not share it with anyone else, or they will be able to vote for you."
         } else {
             document.getElementById('msgtemplate').value = "A public election for \"$title\" has been called\n\nTo vote, please register for a vote at: $votelink\nAnyone can register to vote."
         }
@@ -91,4 +91,4 @@
     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
 </p>
 </body>
-</html>
\ No newline at end of file
+</html>