mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Fix typo in the tooltip for 'Limit' (#53750)
This commit is contained in:
@@ -270,7 +270,7 @@ const NativeSearch = ({ datasource, query, onChange, onBlur, onRunQuery }: Props
|
||||
invalid={!!inputErrors.limit}
|
||||
labelWidth={14}
|
||||
grow
|
||||
tooltip="Maximum numbers of returned results"
|
||||
tooltip="Maximum number of returned results"
|
||||
>
|
||||
<Input
|
||||
id="limit"
|
||||
|
||||
Reference in New Issue
Block a user