File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
compass-connections-navigation/src
databases-collections-list/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { WithStatusMarker } from './with-status-marker';
66import { isLocalhost } from 'mongodb-build-info' ;
77
88const 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
1111const tooltipTriggerStyles = css ( {
1212 display : 'flex' ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments