Skip to content

Commit 3e4214b

Browse files
committed
Fixes
1 parent 2d5abff commit 3e4214b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

wagtail_ab_testing/static_src/components/GoalSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const GoalSelector: FunctionComponent<GoalSelectorProps> = ({
170170
</select>
171171
<p>
172172
{gettext(
173-
'By default pages only have one goal (Page Visit). Read the developer docs to learn why, and how to add custom goals.'
173+
'We supports: 1) Page Visit event on all Pages; 2) System Anchor Click event on Congratulations Page. If you need to catch other events, please contact the development team.'
174174
)}
175175
</p>
176176
</Field>

wagtail_ab_testing/templates/wagtail_ab_testing/add_form.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ <h3>{% trans "Sample size" %}</h3>
5454

5555
<div class="nice-padding">
5656
<div class="help-block help-info">
57-
<p>{% trans "A/B tests are calculated using Pearson's chi squared test and are set at 95% confidence level." %}</p>
58-
<p>{% trans "Traffic is split evenly between each version." %}</p>
5957
<p>{% trans 'Users with "<a href="https://en.wikipedia.org/wiki/Do_Not_Track" target="_blank">Do Not Track</a>" enabled are not counted.' %}</p>
6058
</div>
6159
</div>

0 commit comments

Comments
 (0)