Browse Source

Update Part-5.md

pull/4701/head
maliming 6 years ago
committed by GitHub
parent
commit
c5a6caa139
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Tutorials/Part-5.md

2
docs/en/Tutorials/Part-5.md

@ -390,7 +390,7 @@ Open the `/src/app/book/book.component.html` file and replace the edit and delet
<!-- Add the abpPermission directive -->
<button abpPermission="BookStore.Books.Delete" ngbDropdownItem (click)="delete(row.id)">
{%{{{ 'AbpAccount::Deletet' | abpLocalization }}}%}
{%{{{ 'AbpAccount::Delete' | abpLocalization }}}%}
</button>
````

Loading…
Cancel
Save