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

clr pushed a commit to branch clr-apache-postal-address
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit ace0f63387ff602bb4f0289ce582b1971d5813fa
Author: Craig L Russell <apache....@gmail.com>
AuthorDate: Sat Nov 11 15:30:39 2023 -0800

    Update incomplete.json.rb
    
    Clarify incomplete postal address (detailed personal residence address)
---
 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..70c45b66 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 (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',

Reply via email to