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 a5eeb42 Tweaks
a5eeb42 is described below
commit a5eeb4290290e3504e575b9b3a6f3a5cb39fec14
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 2 13:49:23 2018 +0100
Tweaks
---
www/project/icla/views/pages/form.js.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/project/icla/views/pages/form.js.rb
b/www/project/icla/views/pages/form.js.rb
index 95d1f88..89a451c 100644
--- a/www/project/icla/views/pages/form.js.rb
+++ b/www/project/icla/views/pages/form.js.rb
@@ -36,12 +36,12 @@ class Form < Vue
end
_div.form_group do
- _p 'Public Name:'
+ _p 'Public Name (if different from Full Name):'
_input.form_control value: @publicName
end
_div.form_group do
- _p 'Mailing Address:'
+ _p 'Postal Address:'
_textarea.form_control value: @address, rows: 2
end