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

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


The following commit(s) were added to refs/heads/document-reject by this push:
     new b4956fa  Update incomplete.json.rb
b4956fa is described below

commit b4956fa0c8c623f92e6bcb58ac15ac53fd87894e
Author: Craig L Russell <[email protected]>
AuthorDate: Sun Feb 20 12:00:21 2022 -0800

    Update incomplete.json.rb
    
    Fix awkward wording on unauthorized_signature
---
 www/secretary/workbench/views/actions/incomplete.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/incomplete.json.rb 
b/www/secretary/workbench/views/actions/incomplete.json.rb
index cfdb430..4198543 100644
--- a/www/secretary/workbench/views/actions/incomplete.json.rb
+++ b/www/secretary/workbench/views/actions/incomplete.json.rb
@@ -18,7 +18,7 @@ REASONS = {
   '@corporate_postal' => 'the postal address does not appear to be a personal 
postal address',
   '@invalid_public' => 'the public name should be a real 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 authorized, usually a 
company executive',
+  '@unauthorized_signature' => 'the signature must be from an authorized 
person, usually a company executive',
   '@empty_form' => 'the form appears to be completely empty',
   '@unreadable_scan' => 'the scan is not readable or not complete',
   '@wrong_identity' => 'the public key does not match the name/email on the 
form',

Reply via email to