From 803f1663c96e65d913aabc0da779f21dd1a8d2e6 Mon Sep 17 00:00:00 2001 From: shuai Date: Sat, 8 Oct 2022 11:14:27 +0800 Subject: [PATCH] fix: copy style adjustment --- ui/src/pages/Questions/Detail/components/Alert/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Questions/Detail/components/Alert/index.tsx b/ui/src/pages/Questions/Detail/components/Alert/index.tsx index 49cb428a..f3f57467 100644 --- a/ui/src/pages/Questions/Detail/components/Alert/index.tsx +++ b/ui/src/pages/Questions/Detail/components/Alert/index.tsx @@ -14,7 +14,7 @@ const Index: FC = ({ data }) => {
{data.operation_msg.indexOf('http') > -1 ? (

- {data.operation_description} + {data.operation_description}{' '} {t('question_detail.show_exist')}