Skip to content

Commit dbc5474

Browse files
committed
Fix helper text in memory
1 parent 8fb4d86 commit dbc5474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/components/devtools/Memory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const MinusXMD: React.FC = () => {
113113
<AdditionalContext />
114114
{!useMemory && (
115115
<DisabledOverlay
116-
toolEnabledReason="Turn on the **USE MEMORY** switch above to let MinusX use your memories and preferences in context."
116+
toolEnabledReason="Turn on the **USE MEMORY** switch above to use your memories and preferences in context."
117117
local={true}
118118
/>
119119
)}

web/src/components/devtools/TeamMemory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const TeamMemory: React.FC = () => {
232232
</VStack>
233233
{!useTeamMemory && (
234234
<DisabledOverlay
235-
toolEnabledReason="Turn on the **USE TEAM MEMORY** switch above to let MinusX use your organization's assets and team context."
235+
toolEnabledReason="Turn on the **USE TEAM MEMORY** switch above to use your organization's assets and team context."
236236
local={true}
237237
/>
238238
)}

0 commit comments

Comments
 (0)