change empty msg

This commit is contained in:
Mckay Wrigley 2023-04-19 08:31:12 -06:00
parent 971cde5310
commit 3685378ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)}