fix: update search model placeholder and add translations f (#18518)

This commit is contained in:
GuanMu
2025-04-22 11:06:36 +08:00
committed by GitHub
parent bf031af7b1
commit 67eefd0ba1
21 changed files with 21 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ const Popup: FC<PopupProps> = ({
/>
<input
className='block h-[18px] grow appearance-none bg-transparent text-[13px] text-text-primary outline-none'
placeholder='Search model'
placeholder={t('datasetSettings.form.searchModel') || ''}
value={searchText}
onChange={e => setSearchText(e.target.value)}
/>