1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 00:23:12 +02:00

Fix some spelling issues in the webcpanel that were missed earlier.

This commit is contained in:
Sadie Powell
2024-03-26 12:33:59 +00:00
parent 6b1f8de885
commit 5a12beff15
2 changed files with 6 additions and 6 deletions
@@ -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>
@@ -22,7 +22,7 @@
</tr>
{IF EXISTS EMAIL}
<tr>
<td>E-mail:</td>
<td>Email:</td>
<td>{EMAIL}</td>
</tr>
{END IF}