Skip to content

Commit

Permalink
Fix encoding typo in ClusterAccessibleNamespaces component title (#1901)
Browse files Browse the repository at this point in the history
Signed-off-by: mbowen <mbowen@blackrock.com>
  • Loading branch information
michael-bowen-sc committed Jan 7, 2021
1 parent c4eb9ba commit 2543e4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ export class ClusterAccessibleNamespaces extends React.Component<Props> {
return (
<>
<SubTitle title="Accessible Namespaces" />
<p>This setting is useful for manually specifying which namespaces you have access to. This is useful when you don&apos;t have permissions to list namespaces.</p>
<p>This setting is useful for manually specifying which namespaces you have access to. This is useful when you do not have permissions to list namespaces.</p>
<EditableList
placeholder="Add new namespace..."
add={(newNamespace) => {
Expand Down

0 comments on commit 2543e4a

Please sign in to comment.