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 4655df1 Typo
4655df1 is described below
commit 4655df13e7b5175e5a2c3056c321012609f0886b
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 18 15:50:11 2022 +0000
Typo
---
www/secretary/workbench/public/tasklist.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/public/tasklist.js
b/www/secretary/workbench/public/tasklist.js
index 9ee9d8e..a339c7e 100644
--- a/www/secretary/workbench/public/tasklist.js
+++ b/www/secretary/workbench/public/tasklist.js
@@ -121,7 +121,7 @@ $('button#cancel').click(function(event) {
window.parent.frames[0].postMessage(message, '*');
$('ul')[0].style.opacity = '0.5';
$('h1').removeClass('bg-info').addClass('bg-danger').
- text('Operation canceled');
+ text('Operation cancelled');
});
// have delete and up keys return to index