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:07 UTC

[kibble] 01/02: fix typo

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 5f570cad3ab7df43ca26096def013eeb5deb3d9e
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Dec 2 12:53:49 2017 +0100

    fix typo
---
 ui/js/coffee/kibble_organisation.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/coffee/kibble_organisation.coffee b/ui/js/coffee/kibble_organisation.coffee
index 689ba44..381033d 100644
--- a/ui/js/coffee/kibble_organisation.coffee
+++ b/ui/js/coffee/kibble_organisation.coffee
@@ -142,7 +142,7 @@ membershipList = (json, state) ->
         admopt = new HTML('td', { style: { padding: "5px"}}, alink)
         
         # Remove member
-        dlink = new HTML('a', { href: "javascript:void(removeMember('#{member}'));"}, "Remove from oganisation")
+        dlink = new HTML('a', { href: "javascript:void(removeMember('#{member}'));"}, "Remove from organisation")
         delopt = new HTML('td', { style: { padding: "5px"}}, dlink)
         
         tr.inject(eml)

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