From 3685378ab82c0730c75c2d6c249347f73f455e90 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 19 Apr 2023 08:31:12 -0600 Subject: [PATCH] change empty msg --- components/Sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sidebar/Sidebar.tsx b/components/Sidebar/Sidebar.tsx index bf8359d..4648971 100644 --- a/components/Sidebar/Sidebar.tsx +++ b/components/Sidebar/Sidebar.tsx @@ -105,7 +105,7 @@ const Sidebar = ({
- {t('No prompts.')} + {t('No data.')}
)}