keycloak-aplcache

Merge pull request #992 from girirajsharma/master [KEYCLOAK-1049]-Inconsistent

2/24/2015 11:34:34 AM

Details

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-events.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-events.html
index 9bd6db2..ad3a433 100755
--- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-events.html
+++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-events.html
@@ -30,7 +30,7 @@
                     </div>
                     <form class="form-horizontal">
                         <div class="form-group" data-ng-show="filter">
-                            <label class="col-sm-2 control-label" for="type">Type</label>
+                            <label class="col-sm-2 control-label" for="type">Event Type</label>
                             <div class="col-sm-4">
                                 <input class="form-control" type="text" id="type" name="event" data-ng-model="query.type">
                             </div>
@@ -52,7 +52,7 @@
             </tr>
             <tr>
                 <th width="100px">Time</th>
-                <th width="180px">Event</th>
+                <th width="180px">Event Type</th>
                 <th>Details</th>
             </tr>
             </thead>