OrgPage: Minor typo fix (#39764)

This commit is contained in:
Oscar Kilhed 2021-09-29 14:05:54 +02:00 committed by GitHub
parent 02702eb82d
commit 630a120a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>