diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx index f60207ef..0dcd92bd 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -719,7 +719,7 @@ Here are the things you can do: {showError && (!p.content || p.content.length < 6) && ( -
+
{t( 'the_post_should_be_at_least_6_characters_long', 'The post should be at least 6 characters long' diff --git a/apps/frontend/src/components/launches/providers/high.order.provider.tsx b/apps/frontend/src/components/launches/providers/high.order.provider.tsx index 83ce3911..ff975e1f 100644 --- a/apps/frontend/src/components/launches/providers/high.order.provider.tsx +++ b/apps/frontend/src/components/launches/providers/high.order.provider.tsx @@ -533,7 +533,7 @@ export const withProvider = function ( /> {(!val.content || val.content.length < 6) && ( -
+
{t( 'the_post_should_be_at_least_6_characters_long', 'The post should be at least 6 characters long'