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/Modal.md b/docs/en/UI/Angular/Modal.md
index f1583d4813..144f38e842 100644
--- a/docs/en/UI/Angular/Modal.md
+++ b/docs/en/UI/Angular/Modal.md
@@ -6,7 +6,7 @@ The `abp-modal` provides some additional benefits:
- It is **flexible**. You can pass header, body, footer templates easily by adding the templates to the `abp-modal` content. It can also be implemented quickly.
- Provides several inputs be able to customize the modal and several outputs be able to listen to some events.
- - Automatically detects the close button which has a `#abpClose` template variable and closes the modal when pressed this button.
+ - Automatically detects the close button which has a `abpClose` directive attached to and closes the modal when pressed this button.
- Automatically detects the `abp-button` and triggers its loading spinner when the `busy` input value of the modal component is true.
- Automatically checks if the form inside the modal **has changed, but not saved**. It warns the user by displaying a [confirmation popup](Confirmation-Service) in this case when a user tries to close the modal or refresh/close the tab of the browser.
@@ -47,7 +47,7 @@ You can add the `abp-modal` to your component very quickly. See an example:
- Close
+ Close
```
@@ -116,7 +116,7 @@ See an example form inside a modal:
-
+
Cancel
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 }}}%}
{%{{{
diff --git a/npm/ng-packs/packages/account/src/lib/components/tenant-box/tenant-box.component.html b/npm/ng-packs/packages/account/src/lib/components/tenant-box/tenant-box.component.html
index e8b2df61e1..91e68d9a0a 100644
--- a/npm/ng-packs/packages/account/src/lib/components/tenant-box/tenant-box.component.html
+++ b/npm/ng-packs/packages/account/src/lib/components/tenant-box/tenant-box.component.html
@@ -3,7 +3,7 @@