Update add.php

Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
这个提交包含在:
Mark Pentler 2021-12-24 22:12:41 +00:00 提交者 Peter Goodhall
父节点 27f624815e
当前提交 1e22e693ed

查看文件

@ -74,7 +74,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>"; } ?>
</div>