mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
committed by
GitHub
parent
57fa6d2cf9
commit
5d3265b6db
@@ -456,7 +456,7 @@ class Header extends React.PureComponent {
|
||||
buttonStyle="default"
|
||||
data-test="discard-changes-button"
|
||||
>
|
||||
{t('Discard Changes')}
|
||||
{t('Discard changes')}
|
||||
</Button>
|
||||
<Button
|
||||
buttonSize="small"
|
||||
@@ -482,7 +482,7 @@ class Header extends React.PureComponent {
|
||||
<>
|
||||
<span
|
||||
role="button"
|
||||
title="Edit Dashboard"
|
||||
title="Edit dashboard"
|
||||
tabIndex={0}
|
||||
className="action-button"
|
||||
onClick={this.toggleEditMode}
|
||||
|
||||
Reference in New Issue
Block a user