diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/server-info.html b/themes/src/main/resources/theme/base/admin/resources/partials/server-info.html
index 0607250031..299a93b3c9 100755
--- a/themes/src/main/resources/theme/base/admin/resources/partials/server-info.html
+++ b/themes/src/main/resources/theme/base/admin/resources/partials/server-info.html
@@ -14,6 +14,10 @@
{{:: 'server-version' | translate}} |
{{serverInfo.systemInfo.version}} |
+
+ {{:: 'server-profile' | translate}} |
+ {{serverInfo.profileInfo.name}} |
+
{{:: 'server-time' | translate}} |
{{serverInfo.systemInfo.serverTime}} |
diff --git a/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html b/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html
index f39bc2c6cb..e2d5db2665 100755
--- a/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html
+++ b/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html
@@ -19,7 +19,7 @@
{{:: 'scope' | translate}}
{{:: 'scope.tooltip' | translate}}
- {{:: 'authz-authorization' | translate}}
+ {{:: 'authz-authorization' | translate}}
{{:: 'revocation' | translate}}