Skip to content

Commit

Permalink
Update superset/css_templates/commands/exceptions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
john-bodley and michael-s-molina authored Jul 12, 2023
1 parent 14167a9 commit 8d64ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/css_templates/commands/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class CssTemplateDeleteFailedError(DeleteFailedError):
message = _("CSS template(s) could not be deleted.")
message = _("CSS templates could not be deleted.")


class CssTemplateNotFoundError(CommandException):
Expand Down

0 comments on commit 8d64ce9

Please sign in to comment.