From 62357dfc36154b20462635b4e68def862202e94a Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 7 Jan 2022 08:59:03 +0100 Subject: [PATCH] Update customers module comment --- assets/js/pages/customers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/pages/customers.js b/assets/js/pages/customers.js index 5ff1a1ed..3662acc0 100644 --- a/assets/js/pages/customers.js +++ b/assets/js/pages/customers.js @@ -12,7 +12,7 @@ /** * Customers page module. * - * This class contains the methods that are used in the backend customers page. + * This module contains the methods that are used in the customers page. */ App.Pages.Customers = (function () { const $customers = $('#customers');