From 7dd92b9777466d71aa9d8e7e019073e0a63413c4 Mon Sep 17 00:00:00 2001 From: Daisy Barrette Date: Tue, 22 Oct 2024 16:04:14 -0400 Subject: [PATCH 1/2] Add ROI strings --- tx-source/dash_core.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tx-source/dash_core.php b/tx-source/dash_core.php index 6771b6199..f18575bc7 100644 --- a/tx-source/dash_core.php +++ b/tx-source/dash_core.php @@ -28,6 +28,8 @@ $Definition['1 day'] = '1 day'; $Definition['1 hour'] = '1 hour'; +$Definition['1 in 5 is recommended for most communities.'] = '1 in 5 is recommended for most communities.'; +$Definition['1 in 20 is recommended for most communities.'] = '1 in 20 is recommended for most communities.'; $Definition['1 month'] = '1 month'; $Definition['1 month after being sent'] = '1 month after being sent'; $Definition['1 week'] = '1 week'; @@ -56,6 +58,7 @@ $Definition['Accept Answer'] = 'Accept Answer'; $Definition['"Accept Answer" if a suggestion answers your question.'] = '"Accept Answer" if a suggestion answers your question.'; $Definition['Account Sync Failed'] = 'Account Sync Failed'; +$Definition['Accepted answer pageview ratio representing a deflected case'] = 'Accepted answer pageview ratio representing a deflected case'; $Definition['Action'] = 'Action'; $Definition['Actions and Permissions'] = 'Actions and Permissions'; $Definition['Actions Based on Votes'] = 'Actions Based on Votes'; @@ -725,6 +728,7 @@ $Definition['Page Color'] = 'Page Color'; $Definition['Page Views'] = 'Page Views'; +$Definition['Page Views'] = 'Pageview ratio representing a deflected case'; $Definition['Passwords'] = 'Passwords'; $Definition['Password Options'] = 'Password Options'; $Definition['Password Minimum Length'] = 'Password Minimum Length'; @@ -809,6 +813,7 @@ $Definition["Revert"] = "Revert"; $Definition['Revert to Original Version'] = 'Revert to Original Version'; $Definition['Revision Label:'] = 'Revision Label:'; +$Definition['ROI Calculation Documentation'] = 'ROI Calculation Documentation'; $Definition['Role'] = 'Role'; $Definition['Assign to'] = 'Assign to'; $Definition['Role Applicants'] = 'Role Applicants'; From b1a3fa4bb0e3065bde9ad9f621e0bf2565e3c87c Mon Sep 17 00:00:00 2001 From: Daisy Barrette Date: Tue, 22 Oct 2024 17:22:14 -0400 Subject: [PATCH 2/2] Fix page views --- tx-source/dash_core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx-source/dash_core.php b/tx-source/dash_core.php index f18575bc7..8b7ff5cf2 100644 --- a/tx-source/dash_core.php +++ b/tx-source/dash_core.php @@ -728,7 +728,7 @@ $Definition['Page Color'] = 'Page Color'; $Definition['Page Views'] = 'Page Views'; -$Definition['Page Views'] = 'Pageview ratio representing a deflected case'; +$Definition['Pageview ratio representing a deflected case'] = 'Pageview ratio representing a deflected case'; $Definition['Passwords'] = 'Passwords'; $Definition['Password Options'] = 'Password Options'; $Definition['Password Minimum Length'] = 'Password Minimum Length';