Merge pull request #15496 from grafana/fix/typo

Fix typo in view mode cycle button
This commit is contained in:
Torkel Ödegaard 2019-02-18 11:32:22 +01:00 committed by GitHub
commit 7db7a69917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ export class DashNav extends PureComponent<Props> {
<div className="navbar-buttons navbar-buttons--tv">
<DashNavButton
tooltip="Cycke view mode"
tooltip="Cycle view mode"
classSuffix="tv"
icon="fa fa-desktop"
onClick={this.onToggleTVMode}