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 提交者 GitHub
父节点 19c4ebc8f1
当前提交 b05ac4719e
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -68,7 +68,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>