change empty msg
This commit is contained in:
parent
971cde5310
commit
3685378ab8
|
@ -105,7 +105,7 @@ const Sidebar = <T,>({
|
|||
<div className="mt-8 select-none text-center text-white opacity-50">
|
||||
<IconMistOff className="mx-auto mb-3" />
|
||||
<span className="text-[14px] leading-normal">
|
||||
{t('No prompts.')}
|
||||
{t('No data.')}
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue