This is an automated email from the ASF dual-hosted git repository.
clr 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 21fdf90 Update incomplete.json.rb
21fdf90 is described below
commit 21fdf9095235bdee7620d54921c29145973293ad
Author: Craig L Russell <[email protected]>
AuthorDate: Sun Feb 20 12:01:49 2022 -0800
Update incomplete.json.rb
Fix awkward wording in 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',