diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index 3b5936732c..1b9451700d 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -731,14 +731,14 @@ Open the `/src/app/author/author.component.html` and replace the content as belo
- {{ '::Menu:Authors' | abpLocalization }} + {%{{{ '::Menu:Authors' | abpLocalization }}}%}
@@ -759,14 +759,14 @@ Open the `/src/app/author/author.component.html` and replace the content as belo aria-haspopup="true" ngbDropdownToggle > - {{ '::Actions' | abpLocalization }} + {%{{{ '::Actions' | abpLocalization }}}%}
@@ -775,7 +775,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo - {{ row.birthDate | date }} + {%{{{ row.birthDate | date }}}%} @@ -784,7 +784,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo -

{{ (selectedAuthor.id ? '::Edit' : '::NewAuthor') | abpLocalization }}

+

{%{{{ (selectedAuthor.id ? '::Edit' : '::NewAuthor') | abpLocalization }}}%}

@@ -810,12 +810,12 @@ Open the `/src/app/author/author.component.html` and replace the content as belo