Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed May 24, 2024
1 parent 70542cf commit ed3fdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/pages/Cycle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Cycle() {

useEffect(() => {
if (cycle?.status === 'CLOSED') {
toast('Cycle has closed. Redirecting to the results page.', {
toast('Agenda has closed. Redirecting to results.', {
icon: '⌛️',
});
navigate(`/events/${eventId}/cycles/${cycleId}/results`);
Expand Down

0 comments on commit ed3fdec

Please sign in to comment.