fix tip of workflow

This commit is contained in:
JzoNg
2024-03-15 20:15:57 +08:00
parent 9908a8bf1f
commit 6146f24932
3 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,7 @@ const AppForm = ({
<div className='w-[298px] h-[0.5px] my-2 bg-[rgba(0,0,0,0.05)]'></div>
<div className='flex items-center text-indigo-600'>
<InfoCircle className='w-3 h-3 mr-1'/>
<div>{t('app.newApp.completionWarning')}</div>
<div>{t('app.newApp.workflowWarning')}</div>
</div>
</div>
}