diff --git a/ui/src/shared/decorators/errors.tsx b/ui/src/shared/decorators/errors.tsx index 6499ffa862..f335508205 100644 --- a/ui/src/shared/decorators/errors.tsx +++ b/ui/src/shared/decorators/errors.tsx @@ -20,8 +20,8 @@ export function ErrorHandling< if (this.error) { return (
- A Chronograf error has occurred. Please report the issue - here + A Chronograf error has occurred. Please report the issue + here.
) }