diff --git a/app/javascript/Reports/index.tsx b/app/javascript/Reports/index.tsx
index 5368489ec4..dd75fede38 100644
--- a/app/javascript/Reports/index.tsx
+++ b/app/javascript/Reports/index.tsx
@@ -27,26 +27,26 @@ function ReportsMenu() {
{data.convention.ticket_mode !== 'disabled' && (
- <>
- -
-
- {t('admin.reports.menu.attendanceByPaymentAmount')}
-
-
- -
-
- {t('admin.reports.menu.eventProvidedTickets', {
- ticketNamePlural: data.convention.ticketNamePlural,
- })}
-
-
- >
+ -
+
+ {t('admin.reports.menu.attendanceByPaymentAmount')}
+
+
)}
-
- {t('admin.reports.menu.eventsByChoice')}
+ {t('admin.reports.menu.newAndReturningAttendees')}
+ {data.convention.ticket_mode !== 'disabled' && (
+ -
+
+ {t('admin.reports.menu.eventProvidedTickets', {
+ ticketNamePlural: data.convention.ticketNamePlural,
+ })}
+
+
+ )}
-
- {t('admin.reports.menu.newAndReturningAttendees')}
+ {t('admin.reports.menu.eventsByChoice')}
-
{t('admin.reports.menu.signupSpy')}
diff --git a/locales/en.json b/locales/en.json
index e59edbb81d..9976c0c0dd 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -211,7 +211,7 @@
"attendanceByPaymentAmount": "Attendance by payment amount",
"eventProvidedTickets": "Event-provided {{ ticketNamePlural }}",
"eventsByChoice": "Events by choice",
- "newAndReturningAttendees": "New and returning attendees",
+ "newAndReturningAttendees": "Attendance history",
"signupSpy": "Signup spy",
"eventsByTime": "Events by time",
"perEventReport": "Per event report",
@@ -227,7 +227,7 @@
"nameHeader": "Name",
"newAttendeesLabel": "New attendees",
"returningAttendeesLabel": "Returning attendees",
- "title": "New and returning attendees",
+ "title": "Attendance history",
"totalLabel": "Total"
}
},