Skip to content

Commit c98bcb9

Browse files
committed
fix stage selector label
1 parent 24ccf06 commit c98bcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/pages/events/EventDetails.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const EventDetailsPage = () => {
137137
Futamok
138138
</Heading>
139139
<Stack w="100%" direction={['column', 'column', 'row']} justify="space-between">
140-
<Text>Válaszd ki, mely futamokon álltál rajthoz.</Text>
140+
<Text>Válaszd ki, mely futamokon álltál rajthoz/mely futamokat szeretnéd értékelni.</Text>
141141
{stageIds.length === 0 && <Text color="red">Legalább egy futamot válassz ki!</Text>}
142142
</Stack>
143143
{event.stages

0 commit comments

Comments
 (0)