mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 10:06:05 +02:00
Update manageTld.twig
This commit is contained in:
parent
321ca9057d
commit
e22e670cb8
1 changed files with 2 additions and 2 deletions
|
@ -62,11 +62,11 @@
|
||||||
<div class="datagrid-content">
|
<div class="datagrid-content">
|
||||||
{% if secureTld == 1 %}
|
{% if secureTld == 1 %}
|
||||||
<span class="status status-blue">
|
<span class="status status-blue">
|
||||||
{{ __('Active') }}
|
{{ __('Signed') }}
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="status status-yellow">
|
<span class="status status-yellow">
|
||||||
{{ __('Manual') }}
|
{{ __('Not signed') }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue