diff --git a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
index f2077e2..aa01891 100644
--- a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
+++ b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
@@ -1373,6 +1373,8 @@ clientStorage.cachePolicy.evictionMinute.tooltip=Minute of day the entry will be
clientStorage.cachePolicy.maxLifespan=Max Lifespan
clientStorage.cachePolicy.maxLifespan.tooltip=Max lifespan of cache entry in milliseconds.
+client-storage-list-no-entries=Keycloak can federate external client databases. Out of the box we have support for Openshift OAuth clients and service accounts. To get started select a provider from the dropdown below:
+
disable=Disable
disableable-credential-types=Disableable Types
diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/client-storage-list.html b/themes/src/main/resources/theme/base/admin/resources/partials/client-storage-list.html
index 6db5467..c111eaa 100755
--- a/themes/src/main/resources/theme/base/admin/resources/partials/client-storage-list.html
+++ b/themes/src/main/resources/theme/base/admin/resources/partials/client-storage-list.html
@@ -9,8 +9,7 @@
<h1>
{{:: 'client-storage' | translate}}
</h1>
- <p>Keycloak can federate external client databases. Out of the box we have support for Openshift OAuth clients and service accounts.</p>
- <p>To get started select a provider from the dropdown below:</p>
+ {{:: 'client-storage-list-no-entries' | translate}}
<div class="blank-slate-pf-main-action">
<div class="row" data-ng-show="access.manageRealm">
<div class="col-sm-4 col-sm-offset-4">