From 9f1ee03ae65b005d1fa37ed53e05c3e68371c352 Mon Sep 17 00:00:00 2001 From: Jing Cheng Date: Sun, 8 Dec 2024 23:10:23 -0500 Subject: [PATCH] Rename the description --- corehq/apps/enterprise/enterprise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corehq/apps/enterprise/enterprise.py b/corehq/apps/enterprise/enterprise.py index 219ad545a69c..4d18c82f6a4f 100644 --- a/corehq/apps/enterprise/enterprise.py +++ b/corehq/apps/enterprise/enterprise.py @@ -247,7 +247,7 @@ def title(self): @property def description(self): - return gettext_lazy('# of Forms Submitted by Mobile Workers') + return gettext_lazy('# of Mobile Form Submissions') MAXIMUM_USERS_PER_DOMAIN = getattr(settings, 'ENTERPRISE_REPORT_DOMAIN_USER_LIMIT', 20_000) MAXIMUM_ROWS_PER_REQUEST = getattr(settings, 'ENTERPRISE_REPORT_ROW_LIMIT', 1_000_000)