Update edit.php

Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
pull/1383/head
Mark Pentler 2021-12-24 22:16:11 +00:00 zatwierdzone przez Peter Goodhall
rodzic 1e22e693ed
commit 3b815e2a5f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -145,7 +145,7 @@
</div>
<div class="form-group">
<label>Locator</label>
<label>Gridsquare</label>
<input class="form-control" type="text" name="user_locator" value="<?php if(isset($user_locator)) { echo $user_locator; } ?>" />
<?php if(isset($locator_error)) { echo "<div class=\"small error\">".$locator_error."</div>"; } else { ?>
<?php } ?>