diff --git a/apps/desktop/src/renderer/src/components/InlineCommentComposer.tsx b/apps/desktop/src/renderer/src/components/InlineCommentComposer.tsx index 3735dff6..880ee337 100644 --- a/apps/desktop/src/renderer/src/components/InlineCommentComposer.tsx +++ b/apps/desktop/src/renderer/src/components/InlineCommentComposer.tsx @@ -33,7 +33,8 @@ function InlineCommentComposerCard({ selectedElement }: InlineCommentComposerCar
{selectedElement.tag}
+ {t('inlineComment.title')}{' '}
+ {selectedElement.tag}
0 && trimmedFast.length > 0 && !saving; return ( -
+
{t('onboarding.choose.description')}
+
{t('onboarding.choose.customBaseUrl', { url: baseUrl })}
) : null} -+
{useFreeTierDefaults ? t('onboarding.choose.costNoteFree') : t('onboarding.choose.costNote')}
{errorMessage !== null ? ( -{errorMessage}
+{errorMessage}
) : null} -