Skip to content

Commit

Permalink
remove html tag in timeout error message (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Feb 17, 2018
1 parent 88e91e6 commit 15aa0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/chart/chartReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function chartReducer(charts = {}, action) {
return { ...state,
chartStatus: 'failed',
chartAlert: (
`<strong>${t('Query timeout')}</strong> - ` +
`${t('Query timeout')} - ` +
t(`visualization queries are set to timeout at ${action.timeout} seconds. `) +
t('Perhaps your data has grown, your database is under unusual load, ' +
'or you are simply querying a data source that is too large ' +
Expand Down

0 comments on commit 15aa0c5

Please sign in to comment.