mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
feature(i18n): translations for event type dropdown
This commit is contained in:
parent
7c71294bc9
commit
37c61241aa
5 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import styles from './EventsTable.module.css';
|
|||
|
||||
const EVENT_FILTER_DEFAULT = {
|
||||
value: 'EVENT_FILTER_DEFAULT',
|
||||
label: 'All Events',
|
||||
label: <FormattedMessage id="label.all-events" defaultMessage="All events" />,
|
||||
};
|
||||
|
||||
export default function EventsTable({ websiteId, ...props }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue