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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 7216ac0  typo
7216ac0 is described below

commit 7216ac0d6e0abacb8ad28b427af9fcae2f818bc2
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Jun 6 10:58:19 2021 +0200

    typo
---
 webui/js/source/base-http-extensions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/source/base-http-extensions.js 
b/webui/js/source/base-http-extensions.js
index d95a215..8994dbe 100644
--- a/webui/js/source/base-http-extensions.js
+++ b/webui/js/source/base-http-extensions.js
@@ -63,7 +63,7 @@ async function async_snap(error) {
     if (error.status === 404) {
         msg += "\n\nYou may need to be logged in with additional permissions 
in order to view this resoruce.";
     }
-    modal("An error occured", "An error code %u occured while trying to fetch 
%s:\n%s%s".format(error.status, error.url, msg), "error");
+    modal("An error occured", "An error code %u occured while trying to fetch 
%s:\n%s".format(error.status, error.url, msg), "error");
 }
 
 

Reply via email to