Skip to content

Commit 80ae285

Browse files
committed
Added pearai wording changes
1 parent c9ea588 commit 80ae285

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gui/src/integrations/mem0/Mem0SidebarGUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gui/src/integrations/mem0/StatusViews.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)