mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Label Incrementions and pt-BR update
This commit is contained in:
parent
689bb94898
commit
1b44c5f826
4 changed files with 74 additions and 8 deletions
|
|
@ -246,7 +246,7 @@ export default function EventDataForm({ websiteId, onClose, className }) {
|
|||
</FormLayout>
|
||||
</div>
|
||||
<div>
|
||||
<DataTable className={styles.table} data={data} title="Results" showPercentage={false} />
|
||||
<DataTable className={styles.table} data={data} title={<FormattedMessage id="label.results" defaultMessage="Results" />} />
|
||||
</div>
|
||||
</div>
|
||||
<FormButtons>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue