rusackas commented on a change in pull request #19001:
URL: https://github.com/apache/superset/pull/19001#discussion_r818964288
##########
File path:
superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx
##########
@@ -385,8 +385,8 @@ export default class AnnotationLayer extends
React.PureComponent {
description = 'Select the Annotation Layer you would like to use.';
} else {
label = t('Chart');
- description = `Use a pre defined Superset Chart as a source for
annotations and overlays.
- your chart must be one of these visualization types:
+ description = `Use another existing chart as a source for annotations
and overlays.
Review comment:
We should wrap this in `t()` - you can substitute dynamic strings in
this method as well.
The line break that's in the code is not reflected in the UI. Not sure if
that's a problem or not.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]