OrgPage: Minor typo fix (#39764) (#39777)

(cherry picked from commit 630a120a15)

Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-29 14:37:20 +02:00
committed by GitHub
co-authored by Oscar Kilhed
parent 20212aaf97
commit c7e9b1685c
@@ -137,7 +137,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
label={
<Label>
<span className={styles.labelText}>Home Dashboard</span>
<Tooltip content="Not finding dashboard you want? Star it first, then it should appear in this select box.">
<Tooltip content="Not finding the dashboard you want? Star it first, then it should appear in this select box.">
<Icon name="info-circle" />
</Tooltip>
</Label>