File tree Expand file tree Collapse file tree
gui/src/integrations/mem0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ export default function Mem0SidebarGUI() {
307307 < >
308308 < span className = "text-muted-foreground text-xs my-2 flex justify-center gap-2" >
309309 < InfoCircledIcon />
310- Newly created memories are only available in new sessions.
310+ Newly created memories are only available in new Agent/Chat sessions.
311311 </ span >
312312
313313 < MemoryFooter
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ export const EmptyView = ({ onAddMemory }: { onAddMemory: () => void }) => (
101101 < div className = "h-[18px] opacity-50 text-xs font-normal font-['SF Pro'] leading-[18px]" > Local Memory Storage</ div >
102102 </ div >
103103 < div className = "w-[300px] h-[140px] overflow-hidden text-left opacity-50 text-xs font-normal font-['SF Pro'] leading-[18px]" >
104- PearAI Memory allows you to store and manage your coding memories locally. Create memories manually to enhance your coding experience.
104+ PearAI Memory allows you to add information for PearAI to remember. Add memories to personalize your building experience!
105105 </ div >
106106 < div className = "w-[300px] h-[100px] overflow-hidden text-left opacity-50 text-xs font-normal font-['SF Pro'] leading-[18px]" >
107- No memories yet – Click the button below to start creating memories.
107+ No memories yet – Click the button below to add memories.
108108 </ div >
109109
110110 < Button
You can’t perform that action at this time.
0 commit comments