mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
app/core/components/TraceToLogsSettings: fix spelling error (#44399)
"Let's" is an abbreviation of "let us", which is not the right use in this sentence on the settings page.
This commit is contained in:
parent
ef35cb5318
commit
24efb42f19
@ -33,7 +33,7 @@ export function TraceToLogsSettings({ options, onOptionsChange }: Props) {
|
||||
<h3 className="page-heading">Trace to logs</h3>
|
||||
|
||||
<div className={styles.infoText}>
|
||||
Trace to logs let's you navigate from a trace span to the selected data source's log.
|
||||
Trace to logs lets you navigate from a trace span to the selected data source's log.
|
||||
</div>
|
||||
|
||||
<InlineFieldRow>
|
||||
|
Loading…
Reference in New Issue
Block a user