mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
gettext() fixes on diag_patterns.php
This commit is contained in:
parent
4a3c31d7f1
commit
519d52bb25
@ -105,7 +105,7 @@ pre {
|
||||
<td colspan="2" valign="top" class="vnsepcell"><?=gettext("Upload");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right"><?=gettext("File to upload");?>:</td>
|
||||
<td align="right"><?=gettext("File to upload:");?></td>
|
||||
<td valign="top" class="label">
|
||||
<input name="ulfile" type="file" class="formfld file" id="ulfile">
|
||||
</td></tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user