diff --git a/client/src/core/client/ui/components/v3/QueryError/QueryError.tsx b/client/src/core/client/ui/components/v3/QueryError/QueryError.tsx index a47395d6ed..c7e358cbd6 100644 --- a/client/src/core/client/ui/components/v3/QueryError/QueryError.tsx +++ b/client/src/core/client/ui/components/v3/QueryError/QueryError.tsx @@ -2,6 +2,7 @@ import { Localized } from "@fluent/react/compat"; import React, { FunctionComponent } from "react"; import TraceableError from "coral-framework/lib/errors/traceableError"; +import HTMLContent from "coral-stream/common/HTMLContent"; import CallOut from "../CallOut"; @@ -38,7 +39,7 @@ const QueryError: FunctionComponent = ({ error }) => {
Message
- {error.message} + {error.message}
); diff --git a/server/src/core/server/locales/en-US/errors.ftl b/server/src/core/server/locales/en-US/errors.ftl index ee7093a3f2..2357dbf3c9 100644 --- a/server/src/core/server/locales/en-US/errors.ftl +++ b/server/src/core/server/locales/en-US/errors.ftl @@ -5,7 +5,7 @@ error-parentCommentRejected = A comment earlier in this conversation thread was error-ancestorRejected = A comment earlier in this conversation thread was removed. No additional replies can be submitted. error-commentBodyExceedsMaxLength = Comment body exceeds maximum length of {$max} characters. -error-usernameNotProvided = Username not provided. Go to {$url} to set your username to comment. +error-usernameNotProvided = Username not provided. Go to {$url} to set your username to comment. error-storyURLNotPermitted = The specified story URL does not exist in the permitted domains list. error-duplicateStoryURL = The specified story URL already exists.