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 b331787  sort, not search!
b331787 is described below

commit b3317879ab34e1b7e22facbaafb7084afcaab9ff
Author: Sebb <[email protected]>
AuthorDate: Fri Sep 29 14:48:23 2017 +0100

    sort, not search!
---
 www/roster/views/pmc/committers.js.rb | 2 +-
 www/roster/views/pmc/pmc.js.rb        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/pmc/committers.js.rb 
b/www/roster/views/pmc/committers.js.rb
index 16afd3f..f84d152 100644
--- a/www/roster/views/pmc/committers.js.rb
+++ b/www/roster/views/pmc/committers.js.rb
@@ -15,7 +15,7 @@ class PMCCommitters < Vue
         _ 'Committers'
         _small ' (excluding PMC members above)'
       end
-      _p 'Click on column name to search'
+      _p 'Click on column name to sort'
       _table.table.table_hover do
         _thead do
           _tr do
diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
index 0b6a543..1b3382f 100644
--- a/www/roster/views/pmc/pmc.js.rb
+++ b/www/roster/views/pmc/pmc.js.rb
@@ -9,7 +9,7 @@ class PMCMembers < Vue
 
   def render
     _h2.pmc! 'PMC'
-    _p 'Click on column name to search'
+    _p 'Click on column name to sort'
     _table.table.table_hover do
       _thead do
         _tr do

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to