[PM-7004] Remove unnecessary span in verify-recover-delete-org.component.html

This commit is contained in:
Rui Tome 2024-04-22 18:52:01 +01:00
parent ac653135d9
commit f433f8d532
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
class="btn btn-danger btn-block btn-submit"
[bitAction]="submit"
>
<span>{{ "deleteOrganization" | i18n }}</span>
{{ "deleteOrganization" | i18n }}
</button>
<a routerLink="/login" class="btn btn-outline-secondary btn-block ml-2 mt-0">
{{ "cancel" | i18n }}