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 2016/04/21 02:07:53 UTC

[whimsy] branch master updated: update button text per feedback from clr

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  ae9a967   update button text per feedback from clr
ae9a967 is described below

commit ae9a96735a6d81989cf81b0f15f7b1a720144d33
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Apr 20 20:07:34 2016 -0400

    update button text per feedback from clr
---
 www/board/agenda/views/buttons/feedback.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/feedback.js.rb b/www/board/agenda/views/buttons/feedback.js.rb
index 8d3906a..82903fb 100644
--- a/www/board/agenda/views/buttons/feedback.js.rb
+++ b/www/board/agenda/views/buttons/feedback.js.rb
@@ -3,7 +3,7 @@
 #
 class SendFeedback < React
   def render
-    _button.btn.btn_warning 'send feedback', onClick: self.click
+    _button.btn.btn_warning 'send feedback to PMCs', onClick: self.click
   end
 
   def click(event)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].