diff options
Diffstat (limited to 'reservation.php')
-rw-r--r-- | reservation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reservation.php b/reservation.php index 689f74e..154af0b 100644 --- a/reservation.php +++ b/reservation.php @@ -36,7 +36,7 @@ if (isset($_SESSION["msg"])) { <form action="handle-reservation.php" method="post"> <!-- SPECIAL CALL --> -<label for="special-call">Special Call:</label> +<label for="special-call">Special Callsign:</label> <select id="special-call" name="scall"> <option value="YT50SCWC">YT50SCWC</option> </select> @@ -124,7 +124,7 @@ if (isset($_SESSION["msg"])) { </fieldset> <!-- OPERATOR CALL --> -<label for="operator-call">Operator call sign:</label> +<label for="operator-call">Operator Callsign:</label> <input type="text" id="operator-call" name="ocall"> <!-- OPERATOR NAME --> <label for="operator-name">Operator name:</label> |