mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add gettext call
This commit is contained in:
parent
4af9c6a2ef
commit
e13bfff1c6
@ -433,7 +433,7 @@ function sshkeyClicked(obj) {
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("Defined by");?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<strong><?=strtoupper($pconfig['utype']);?></strong>
|
||||
<strong><?php sprintf(gettext("%s"), strtoupper($pconfig['utype']));?></strong>
|
||||
<input name="utype" type="hidden" value="<?=$pconfig['utype']?>"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user