diff options
Diffstat (limited to 'modules/webcpanel/templates/hostserv/request.html')
-rw-r--r-- | modules/webcpanel/templates/hostserv/request.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/webcpanel/templates/hostserv/request.html b/modules/webcpanel/templates/hostserv/request.html index 7bc087a6d..76bc0b11b 100644 --- a/modules/webcpanel/templates/hostserv/request.html +++ b/modules/webcpanel/templates/hostserv/request.html @@ -1,5 +1,5 @@ {INCLUDE layout/header.loggedin.html} - <div class="panel-heading">vHost Information</div> + <div class="panel-heading">VHost Information</div> <div class="panel-body"> {FOR M IN MESSAGES} <div class="alert alert-info"> @@ -10,7 +10,7 @@ <table id="tableInfo" class="table table-hover"> <tbody> <tr> - <td>Your current vHost:</td> + <td>Your current VHost:</td> <td> {IF EXISTS VHOST} {VHOST} @@ -24,9 +24,9 @@ <tr> <td> {IF EXISTS VHOST} - Request a new vHost + Request a new VHost {ELSE} - Request a vHost + Request a VHost {END IF} </td> <form method="post" action="/hostserv/request"> @@ -36,7 +36,7 @@ </tr> {ELSE} <tr> - <td colspan="2" class="text-center"><strong>vHost requests are disabled on this network.</strong></td> + <td colspan="2" class="text-center"><strong>VHost requests are disabled on this network.</strong></td> </tr> {END IF} </tbody> |