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 8168d39 trivial change to pubkey message
8168d39 is described below
commit 8168d39d4ff19a4d2b6f1e97979641bc40af0f09
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Mar 18 16:31:45 2019 -0700
trivial change to pubkey message
---
www/secretary/workbench/views/actions/pubkey.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/pubkey.json.rb
b/www/secretary/workbench/views/actions/pubkey.json.rb
index 9a4d81c..391b87a 100644
--- a/www/secretary/workbench/views/actions/pubkey.json.rb
+++ b/www/secretary/workbench/views/actions/pubkey.json.rb
@@ -34,7 +34,7 @@ task "email #{message.from}" do
complete do
mail.deliver!
- _status 'request to upload public key already has been sent.'
+ _status 'request to upload public key has been sent.'
_disposition :keep
end
end