File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/src/components/devtools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) }
Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments