diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md
index 41c4781421..03daab1843 100644
--- a/docs/en/Tutorials/Part-3.md
+++ b/docs/en/Tutorials/Part-3.md
@@ -709,7 +709,7 @@ Open `/src/app/book/book.component.html` and make the following changes:
-
@@ -844,7 +844,7 @@ Also replace ` ` with the following code p
````html
-
+
{%{{{ '::Close' | abpLocalization }}}%}
diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md
index 55c077bd9c..1fb4d0e703 100644
--- a/docs/en/Tutorials/Part-9.md
+++ b/docs/en/Tutorials/Part-9.md
@@ -792,7 +792,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo
-
+
{%{{{ '::Close' | abpLocalization }}}%}
diff --git a/docs/en/UI/Angular/Entity-Action-Extensions.md b/docs/en/UI/Angular/Entity-Action-Extensions.md
index fd22e293fd..1ee0a3b70a 100644
--- a/docs/en/UI/Angular/Entity-Action-Extensions.md
+++ b/docs/en/UI/Angular/Entity-Action-Extensions.md
@@ -180,7 +180,7 @@ Let's employ dependency injection to extend the functionality of `IdentityModule
-
+
{%{{{ 'AbpUi::Close' | abpLocalization }}}%}
diff --git a/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md b/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
index d942975646..147f8010a6 100644
--- a/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
+++ b/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
@@ -215,7 +215,7 @@ Open the generated `src/app/my-role/my-role.component.html` file and replace its
-
+
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
{%{{{
diff --git a/docs/en/UI/Angular/Permission-Management-Component-Replacement.md b/docs/en/UI/Angular/Permission-Management-Component-Replacement.md
index 9ae712cedd..b6fcef3bb9 100644
--- a/docs/en/UI/Angular/Permission-Management-Component-Replacement.md
+++ b/docs/en/UI/Angular/Permission-Management-Component-Replacement.md
@@ -459,7 +459,7 @@ Open the generated `permission-management.component.html` in `src/app/permission
-
+
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
{%{{{
diff --git a/docs/pt-BR/Tutorials/Angular/Part-II.md b/docs/pt-BR/Tutorials/Angular/Part-II.md
index b75fa9e21c..b4b86350b0 100644
--- a/docs/pt-BR/Tutorials/Angular/Part-II.md
+++ b/docs/pt-BR/Tutorials/Angular/Part-II.md
@@ -90,7 +90,7 @@ Abra o `book-list.component.html`e adicione o `abp-modal`para mostrar / ocultar
-
+
Cancel
@@ -276,7 +276,7 @@ Abra o `book-list.component.html`e adicione um `abp-button`para salvar o formul
```html
-
+
Cancel
diff --git a/docs/zh-Hans/Tutorials/Part-3.md b/docs/zh-Hans/Tutorials/Part-3.md
index 7ad96a0465..fec101c2a2 100644
--- a/docs/zh-Hans/Tutorials/Part-3.md
+++ b/docs/zh-Hans/Tutorials/Part-3.md
@@ -718,7 +718,7 @@ export class BookComponent implements OnInit {
-
+
{%{{{ '::Close' | abpLocalization }}}%}
@@ -859,7 +859,7 @@ export class BookComponent implements OnInit {
````html
-
+
{%{{{ '::Close' | abpLocalization }}}%}
diff --git a/docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md b/docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md
index 0b1f71035e..3ea2db6f51 100644
--- a/docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md
+++ b/docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md
@@ -459,7 +459,7 @@ function getPermissions(groups: PermissionManagement.Group[]): PermissionManagem
-
+
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
{%{{{