Fix account identity list display when empty

This commit is contained in:
Alice Gaudon 2020-07-29 16:02:50 +02:00
parent b799d9d5cc
commit 886cc576d7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
</tr>
{% else %}
<tr>
<td colspan="3"><i data-feather="shield-off"></i> No recovery email address.</td>
<td colspan="3">No identity (yet).</td>
</tr>
{% endfor %}
</tbody>