We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce75dd1 commit f765eddCopy full SHA for f765edd
src/ui/pages/events/ManageEvent.page.tsx
@@ -354,7 +354,7 @@ export const ManageEventPage: React.FC = () => {
354
</Group>
355
<Text size="xs" c="dimmed">
356
These values can be acceessed via the API. Max {MAX_KEY_LENGTH} characters for keys
357
- and {MAX_VALUE_LENGTH} chars for values.
+ and {MAX_VALUE_LENGTH} characters for values.
358
</Text>
359
360
{Object.entries(form.values.metadata || {}).map(([key, value], index) => {
0 commit comments