You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/Module.class.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
class Module extends FormToolsModule
14
14
{
15
15
protected$moduleName = "Data Visualization";
16
-
protected$moduleDesc = "This module utilizes Google Charts API to create custom graphs and charts of your form submission data, providing an alternative, visual interpretation of your data.";
16
+
protected$moduleDesc = "This module uses Google Charts API to create custom graphs and charts of your form submission data.";
0 commit comments