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 0b36a68e Update incomplete.json.rb (#194)
0b36a68e is described below
commit 0b36a68e6aa40495b2f60083ee57c6218057e1f8
Author: Craig L Russell <[email protected]>
AuthorDate: Tue Nov 14 04:20:54 2023 -0800
Update incomplete.json.rb (#194)
* Update incomplete.json.rb
Clarify incomplete postal address (detailed personal residence address)
* Update incomplete.json.rb
---------
Co-authored-by: sebbASF <[email protected]>
---
www/secretary/workbench/views/actions/incomplete.json.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/secretary/workbench/views/actions/incomplete.json.rb
b/www/secretary/workbench/views/actions/incomplete.json.rb
index ee4252e3..7752ae41 100644
--- a/www/secretary/workbench/views/actions/incomplete.json.rb
+++ b/www/secretary/workbench/views/actions/incomplete.json.rb
@@ -13,9 +13,9 @@ _extract_project
# The keys below must agree with the checkbox names in parts.js.rb
REASONS = {
- '@missing_address' => 'missing or incomplete postal address',
+ '@missing_address' => 'missing or incomplete postal address (must include
street, building, unit/apartment)',
'@missing_email' => 'missing email address',
- '@corporate_postal' => 'the postal address does not appear to be a personal
postal address',
+ '@corporate_postal' => 'the postal address does not appear to be a personal
residence address',
'@invalid_public' => 'the public name should be a real name or pen name and
not a user id',
'@separate_signature' => 'the document and signature must be sent attached
to the same email',
'@unauthorized_signature' => 'the signature must be from an authorized
person, usually a company executive',