You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/17 03:44:33 UTC

[GitHub] graceguo-supercat closed pull request #4447: remove html tag in timeout error message

graceguo-supercat closed pull request #4447: remove html tag in timeout error message
URL: https://github.com/apache/incubator-superset/pull/4447
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/superset/assets/javascripts/chart/chartReducer.js b/superset/assets/javascripts/chart/chartReducer.js
index 6c4c43cc9c..0953ee7f64 100644
--- a/superset/assets/javascripts/chart/chartReducer.js
+++ b/superset/assets/javascripts/chart/chartReducer.js
@@ -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 ' +


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services