You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/11/25 22:31:26 UTC

[whimsy] branch master updated: Drop 72 hour reference

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 fd97a7d3 Drop 72 hour reference
fd97a7d3 is described below

commit fd97a7d32b2aadc302d477e17be333baa220f0c9
Author: Sebb <se...@apache.org>
AuthorDate: Fri Nov 25 22:31:19 2022 +0000

    Drop 72 hour reference
---
 www/roster/views/pmc/mod.js.rb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/www/roster/views/pmc/mod.js.rb b/www/roster/views/pmc/mod.js.rb
index 90767725..feae2411 100644
--- a/www/roster/views/pmc/mod.js.rb
+++ b/www/roster/views/pmc/mod.js.rb
@@ -46,16 +46,12 @@ class PMCMod < Vue
                 _br
                 _b do
                   _ 'Before adding a new PMC member, '
-                  _a 'email notification must be sent to the Board mailing list',
+                  _a 'email notification must have been received by the Board mailing list',
                     href: 'https://www.apache.org/dev/pmc.html#send-the-board-a-notice-of-the-vote-to-add-someone'
                   _ ' (cc: the PMC private@ mailing list).'
-                  _br
-                  _ 'There follows a '
-                  _a '72 hour NOTICE period',
-                    href: 'https://www.apache.org/dev/pmc.html#notice_period'
                 end
                 _label do
-                  _span 'Has the NOTICE email been received by the board list and has the NOTICE period elapsed?'
+                  _span 'Has the NOTICE email been received by the board list?'
                   _input type: 'checkbox', checked: @notice_elapsed
                 end
               end