Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai committed Jan 15, 2020
1 parent 2485ca0 commit d026df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/views/dashboardList/DashboardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class DashboardList extends React.PureComponent<Props, State> {
<Modal show={this.state.showDeleteModal} onHide={this.toggleModal}>
<Modal.Header closeButton={true} />
<Modal.Body>
Are you sure you want to delete{' '}
{t('Are you sure you want to delete')}{' '}
<b>{this.state.deleteCandidate.dashboard_title}</b>?
</Modal.Body>
<Modal.Footer>
Expand Down

0 comments on commit d026df4

Please sign in to comment.