Skip to content

Commit 523154c

Browse files
committed
text change
1 parent c671c7c commit 523154c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/compass-connections-navigation/src/navigation-item-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { WithStatusMarker } from './with-status-marker';
66
import { isLocalhost } from 'mongodb-build-info';
77

88
const NON_EXISTANT_NAMESPACE_TEXT =
9-
'You have privileges to this namespace, but it is not in your list of current namespaces';
9+
'Your privileges grant you access to this namespace, but it does not currently exist';
1010

1111
const tooltipTriggerStyles = css({
1212
display: 'flex',

packages/databases-collections-list/src/namespace-card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ export const NamespaceItemCard: React.FunctionComponent<
312312
</div>
313313
}
314314
>
315-
You have privileges to this namespace, but it is not in your list of
316-
current namespaces
315+
Your privileges grant you access to this namespace, but it does not
316+
currently exist
317317
</Tooltip>
318318
)}
319319

0 commit comments

Comments
 (0)