keycloak-aplcache

fixed a very minor tooltip typo

2/3/2015 2:59:49 PM

Details

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html
index 69e687e..16eef5c 100755
--- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html
+++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html
@@ -2,7 +2,7 @@
 <div id="content-area" class="col-md-9" role="main">
     <h2></h2>
     <div id="content">
-        <h2><span>{{realm.realm}}</span> OAuth Clients <span tooltip-placement="right" tooltip="OAuth clients are like applicatoins, but are only granted temporary access.  In browser apps, users will be queried to explicitly grant access." class="fa fa-info-circle"></span></h2>
+        <h2><span>{{realm.realm}}</span> OAuth Clients <span tooltip-placement="right" tooltip="OAuth clients are like applications, but are only granted temporary access.  In browser apps, users will be queried to explicitly grant access." class="fa fa-info-circle"></span></h2>
         <table class="table table-striped table-bordered">
             <thead>
             <tr>
@@ -52,4 +52,4 @@
             <p><strong>Your search returned no results.</strong><br>Try modifying the query and try again.</p>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>