update: fix string security_contact

Signed-off-by: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz>
This commit is contained in:
Salman Wahib 2023-02-15 17:24:58 +07:00 committed by GitHub
parent 86fd399bf1
commit 86d7e36873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@
<span class="font-weight-bold">Contact</span>
</th>
<td>
{{ validator.security_contact || '-' }}
{{ validator.description.security_contact || '-' }}
</td>
</tr>
</table>