Update add.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
这个提交包含在:
父节点
19c4ebc8f1
当前提交
b05ac4719e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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>
|
||||
|
|
|
|||
正在加载…
在新工单中引用