text changes

This commit is contained in:
proddy
2021-06-17 11:40:19 +02:00
parent 7e7bd29c9a
commit 270298eb8a
3 changed files with 6 additions and 3 deletions

View File

@@ -82,7 +82,10 @@ class LogEventForm extends Component<LogEventFormProps> {
<MenuItem value={8}>TRACE</MenuItem>
</SelectValidator>
<Typography color="primary" variant="body2">
<i>Only the last {data.max_messages} messages are shown</i>
<i>
(the last {data.max_messages} messages are buffered. New log events
are shown in real-time.)
</i>
</Typography>
</ValidatorForm>
);