Browse Source
Task/simplify localization in users list of admin control panel- #7519 (#7519)
Simplify localization
pull/7518/head^2
Thomas Kaul
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/admin-users/admin-users.html
|
|
@ -251,7 +251,7 @@ |
|
|
> |
|
|
> |
|
|
<span class="align-items-center d-flex"> |
|
|
<span class="align-items-center d-flex"> |
|
|
<ion-icon class="mr-2" name="trash-outline" /> |
|
|
<ion-icon class="mr-2" name="trash-outline" /> |
|
|
<span i18n>Delete User</span> |
|
|
<span i18n>Delete</span> |
|
|
</span> |
|
|
</span> |
|
|
</button> |
|
|
</button> |
|
|
</mat-menu> |
|
|
</mat-menu> |
|
|
|