diff --git a/src/PowderCoating.Web/Views/Customers/Index.cshtml b/src/PowderCoating.Web/Views/Customers/Index.cshtml index d83dc1d..b29d248 100644 --- a/src/PowderCoating.Web/Views/Customers/Index.cshtml +++ b/src/PowderCoating.Web/Views/Customers/Index.cshtml @@ -52,12 +52,13 @@
Get started by adding your first customer
+@(isCustomerListFiltered ? "No customers match your search." : "Get started by adding your first customer.")
- Add Your First Customer + @(isCustomerListFiltered ? "Add Customer" : "Add Your First Customer")Get started by adding your first customer
+@(isCustomerListFiltered ? "No customers match your search." : "Get started by adding your first customer.")
- Add Your First Customer + @(isCustomerListFiltered ? "Add Customer" : "Add Your First Customer")Get started by adding your first equipment
+@(isEquipmentListFiltered ? "No equipment matches your search." : "Get started by adding your first equipment.")
- Add Your First Equipment + @(isEquipmentListFiltered ? "Add Equipment" : "Add Your First Equipment")Get started by adding your first inventory item
+@(isInventoryFiltered ? "No items match your current filters." : "Get started by adding your first inventory item.")
- Add Your First Item + @(isInventoryFiltered ? "Add Item" : "Add Your First Item")