Skip to content

Commit

Permalink
change empty msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Apr 19, 2023
1 parent 971cde5 commit 3685378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit 3685378

Please sign in to comment.