diff --git a/wildfly/server-subsystem/src/main/resources/org/keycloak/subsystem/server/extension/LocalDescriptions.properties b/wildfly/server-subsystem/src/main/resources/org/keycloak/subsystem/server/extension/LocalDescriptions.properties
index 7417c13..8d5c5a7 100755
--- a/wildfly/server-subsystem/src/main/resources/org/keycloak/subsystem/server/extension/LocalDescriptions.properties
+++ b/wildfly/server-subsystem/src/main/resources/org/keycloak/subsystem/server/extension/LocalDescriptions.properties
@@ -31,11 +31,11 @@ keycloak-server.subsystem.theme=Theme configuration properties.
keycloak-server.theme=Theme configuration properties.
keycloak-server.theme.add=Add the theme config properties.
keycloak-server.theme.remove=Remove the theme config properties.
-keycloak-server.theme.staticMaxAge=Foo
-keycloak-server.theme.cacheThemes=foo
-keycloak-server.theme.cacheTemplates=foo
-keycloak-server.theme.welcomeTheme=foo
-keycloak-server.theme.default=foo
+keycloak-server.theme.staticMaxAge=Maximum time the browser should cache theme resources. A value of -1 will disable caching.
+keycloak-server.theme.cacheThemes=If true, themes are cached.
+keycloak-server.theme.cacheTemplates=If true, theme templates are cached.
+keycloak-server.theme.welcomeTheme=The welcome theme.
+keycloak-server.theme.default=The default theme to use if no theme is specified for a realm.
keycloak-server.theme.dir=Directory where themes can be located.
keycloak-server.theme.modules=List of modules containing themes.