aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'account/applications.ftl')
-rw-r--r--account/applications.ftl12
1 files changed, 6 insertions, 6 deletions
diff --git a/account/applications.ftl b/account/applications.ftl
index a8edc38..45e81c7 100644
--- a/account/applications.ftl
+++ b/account/applications.ftl
@@ -3,7 +3,7 @@
<div class="row">
<div class="col-md-10">
- <h2>${msg("applicationsHtmlTitle")}</h2>
+ <h1 class="first-header">${msg("applicationsHtmlTitle")}</h1>
</div>
</div>
@@ -14,11 +14,11 @@
<table class="table table-striped table-bordered">
<thead>
<tr>
- <td>${msg("application")}</td>
- <td>${msg("availableRoles")}</td>
- <td>${msg("grantedPermissions")}</td>
- <td>${msg("additionalGrants")}</td>
- <td>${msg("action")}</td>
+ <th>${msg("application")}</th>
+ <th>${msg("availableRoles")}</th>
+ <th>${msg("grantedPermissions")}</th>
+ <th>${msg("additionalGrants")}</th>
+ <th>${msg("action")}</th>
</tr>
</thead>