You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/02 11:54:08 UTC

[kibble] 02/02: regen JS

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/kibble.git

commit 153c198536626b00ffd63aaadabcff6ac7a05588
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Dec 2 12:53:55 2017 +0100

    regen JS
---
 ui/js/kibble.v1.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/kibble.v1.js b/ui/js/kibble.v1.js
index 3a97a90..36404c1 100644
--- a/ui/js/kibble.v1.js
+++ b/ui/js/kibble.v1.js
@@ -2825,7 +2825,7 @@ membershipList = function(json, state) {
     }, alink);
     dlink = new HTML('a', {
       href: "javascript:void(removeMember('" + member + "'));"
-    }, "Remove from oganisation");
+    }, "Remove from organisation");
     delopt = new HTML('td', {
       style: {
         padding: "5px"

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.