john-bodley commented on code in PR #24607: URL: https://github.com/apache/superset/pull/24607#discussion_r1254920648
########## superset/annotation_layers/annotations/commands/exceptions.py: ########## @@ -68,5 +64,5 @@ class AnnotationUpdateFailedError(CreateFailedError): message = _("Annotation could not be updated.") -class AnnotationDeleteFailedError(CommandException): - message = _("Annotation delete failed.") +class AnnotationDeleteFailedError(DeleteFailedError): + message = _("Annotations could not be deleted.") Review Comment: Rather than `chart(s)`, `query(ies)`, or `query/queries` I opted for—per a Google Search suggestion—always using the plural form for consistency. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org