diff --git a/ui/src/components/Comment/components/Form/index.tsx b/ui/src/components/Comment/components/Form/index.tsx
index a18847d5..7c7d9ebc 100644
--- a/ui/src/components/Comment/components/Form/index.tsx
+++ b/ui/src/components/Comment/components/Form/index.tsx
@@ -36,7 +36,7 @@ const Form = ({
-
{t(`tip_${mode}`)}
+ {t(`tip_${mode}`)}
{type === 'edit' ? (
diff --git a/ui/src/components/Comment/components/Reply/index.tsx b/ui/src/components/Comment/components/Reply/index.tsx
index 4dc6a1a7..551fa8e6 100644
--- a/ui/src/components/Comment/components/Reply/index.tsx
+++ b/ui/src/components/Comment/components/Reply/index.tsx
@@ -22,7 +22,7 @@ const Form = ({ userName, onSendReply, onCancel, mode }) => {
-
{t(`tip_${mode}`)}
+
{t(`tip_${mode}`)}