translation device_id EventReport

This commit is contained in:
dklimpel 2024-02-06 07:55:21 +01:00
parent a247221478
commit ae5d44f49a

View File

@ -90,7 +90,7 @@ export const ReportShow = props => {
<TextField source="event_json.content.algorithm" /> <TextField source="event_json.content.algorithm" />
<TextField <TextField
source="event_json.content.device_id" source="event_json.content.device_id"
label="resources.users.fields.device_id" label="resources.devices.fields.device_id"
/> />
</Tab> </Tab>
</TabbedShowLayout> </TabbedShowLayout>