diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-26 12:33:59 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-26 12:33:59 +0000 |
commit | 5a12beff15ca725ce3cafc0abf1addd98e146d7b (patch) | |
tree | 659eaaf14c579718712a1c97dabfc9d20b0703a8 /modules | |
parent | 6b1f8de885c1b2786d0109a6ec34eb2cef2182ee (diff) |
Fix some spelling issues in the webcpanel that were missed earlier.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/webcpanel/templates/hostserv/request.html | 10 | ||||
-rw-r--r-- | modules/webcpanel/templates/nickserv/info.html | 2 |
2 files changed, 6 insertions, 6 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> diff --git a/modules/webcpanel/templates/nickserv/info.html b/modules/webcpanel/templates/nickserv/info.html index 1b4fa1e56..4b50f61dd 100644 --- a/modules/webcpanel/templates/nickserv/info.html +++ b/modules/webcpanel/templates/nickserv/info.html @@ -22,7 +22,7 @@ </tr> {IF EXISTS EMAIL} <tr> - <td>E-mail:</td> + <td>Email:</td> <td>{EMAIL}</td> </tr> {END IF} |