diff --git a/src/app/modules/admin/apps/ecommerce/inventory/list/inventory.component.ts b/src/app/modules/admin/apps/ecommerce/inventory/list/inventory.component.ts index df0ec284..6912826d 100644 --- a/src/app/modules/admin/apps/ecommerce/inventory/list/inventory.component.ts +++ b/src/app/modules/admin/apps/ecommerce/inventory/list/inventory.component.ts @@ -332,15 +332,15 @@ export class InventoryListComponent implements OnInit, AfterViewInit, OnDestroy const tag = this.filteredTags[0]; const isTagApplied = this.selectedProduct.tags.find(id => id === tag.id); - // If the found tag is already applied to the contact... + // If the found tag is already applied to the product... if ( isTagApplied ) { - // Remove the tag from the contact + // Remove the tag from the product this.removeTagFromProduct(tag); } else { - // Otherwise add the tag to the contact + // Otherwise add the tag to the product this.addTagToProduct(tag); } } diff --git a/src/app/modules/admin/apps/mailbox/compose/compose.component.html b/src/app/modules/admin/apps/mailbox/compose/compose.component.html index 6179e661..c9495448 100644 --- a/src/app/modules/admin/apps/mailbox/compose/compose.component.html +++ b/src/app/modules/admin/apps/mailbox/compose/compose.component.html @@ -2,7 +2,7 @@
-
New Message
+
New Message