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 1859f42 Clarify
1859f42 is described below
commit 1859f42ada56993222f656b8a95bab3453523234
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 18 15:07:12 2018 +0100
Clarify
---
www/roster/views/pmc/add.js.rb | 2 +-
www/roster/views/pmc/main.js.rb | 2 +-
www/roster/views/ppmc/add.js.rb | 2 +-
www/roster/views/ppmc/main.js.rb | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/roster/views/pmc/add.js.rb b/www/roster/views/pmc/add.js.rb
index 052b3c2..1e93482 100644
--- a/www/roster/views/pmc/add.js.rb
+++ b/www/roster/views/pmc/add.js.rb
@@ -22,7 +22,7 @@ class PMCAdd < Vue
_br
_b 'N.B'
_br
- _ 'For existing committers, please select the committer from the
list below and use the Modify button instead.'
+ _ 'To add existing committers to the PMC, please cancel this
dialog. Select the committer from the list and use the Modify button.'
}
end
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index e53297b..0728df4 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -84,7 +84,7 @@ class PMC < Vue
end
_p do
_br
- _ 'Note: to Add existing committers, please select the committer
from the list below and use the Modify button instead.'
+ _ 'Note: to Add existing committers to the PMC, please select the
committer from the list below and use the Modify button instead.'
end
end
end
diff --git a/www/roster/views/ppmc/add.js.rb b/www/roster/views/ppmc/add.js.rb
index d8c9ef4..e14c1a5 100644
--- a/www/roster/views/ppmc/add.js.rb
+++ b/www/roster/views/ppmc/add.js.rb
@@ -22,7 +22,7 @@ class PPMCAdd < Vue
_br
_b 'N.B'
_br
- _ 'For existing committers, please select the committer from the
list below and use the Modify button instead.'
+ _ 'To add existing committers to the PPMC, please cancel this
dialog. Select the committer from the list and use the Modify button.'
}
end
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 2365a81..0e44a8f 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -74,7 +74,7 @@ class PPMC < Vue
end
_p do
_br
- _ 'Note: to Add existing committers, please select the committer
from the list below and use the Modify button instead.'
+ _ 'Note: to Add existing committers to the PPMC, please select the
committer from the list below and use the Modify button instead.'
end
elsif not @ppmc.hasLDAP? and (@@auth.root or @@auth.secretary)
_button.btn.btn_primary 'Create project in LDAP', onClick: self.post,