hughhhh commented on a change in pull request #14147:
URL: https://github.com/apache/superset/pull/14147#discussion_r613663428



##########
File path: superset/databases/commands/exceptions.py
##########
@@ -131,7 +134,7 @@ class 
DatabaseTestConnectionDriverError(CommandInvalidError):
 
 
 class DatabaseTestConnectionUnexpectedError(CommandInvalidError):
-    message = _("Unexpected error occurred, please check your logs for 
details")
+    message = _(TEXT_DATABASE_CONN["database_test_connection_unexpected"])

Review comment:
       do you know what the `_()` assuming it is for translations right?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to