fix: i18n typo (#8077)

This commit is contained in:
Nam Vu
2024-09-07 15:59:38 +07:00
committed by GitHub
parent 0cef25ef8c
commit 031a0b576d
145 changed files with 268 additions and 268 deletions

View File

@@ -125,7 +125,7 @@ const WorkflowChecklist = ({
<div className='px-3 py-2 bg-gray-25 rounded-b-lg'>
<div className='flex text-xs leading-[18px] text-gray-500'>
<AlertTriangle className='mt-[3px] mr-2 w-3 h-3 text-[#F79009]' />
{t('workflow.common.needConnecttip')}
{t('workflow.common.needConnectTip')}
</div>
</div>
)