KEYCLOAK-8935: Wrong product name on Welcome Page

This commit is contained in:
Stan Silvert 2018-12-12 13:29:26 -05:00 committed by Stian Thorgersen
parent f739e2e2d8
commit 5011e07270

View file

@ -23,7 +23,7 @@
   
<html> <html>
<head> <head>
<title>Welcome to ${productName}</title> <title>Welcome to ${productNameFull}</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@ -91,7 +91,7 @@
<div class="welcome-primary-link"> <div class="welcome-primary-link">
<h3><a href="admin/"><img src="welcome-content/user.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3> <h3><a href="admin/"><img src="welcome-content/user.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
<div class="description"> <div class="description">
Centrally manage all aspects of the KeyCloak server Centrally manage all aspects of the ${productNameFull} server
</div> </div>
</div> </div>
</div> </div>