mistercrunch commented on a change in pull request #10462:
URL:
https://github.com/apache/incubator-superset/pull/10462#discussion_r462642449
##########
File path: superset/views/database/mixins.py
##########
@@ -197,7 +195,7 @@ class DatabaseMixin:
"extra": _("Extra"),
"encrypted_extra": _("Secure Extra"),
"server_cert": _("Root certificate"),
- "allow_run_async": _("Asynchronous Query Execution"),
+ "allow_run_async": _("Async Execution"),
Review comment:
Yeah we have bigger issues on `i18n`, the main one being that
`superset-ui` doesn't get "inventorize" when scanning for new strings.
I tend to think of `i18n` as another parallel process that's not coupled to
dev work. Technically we should re-publish the strings periodically, but not as
part of everyday PRs
----------------------------------------------------------------
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]