1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix encoding typo in ClusterAccessibleNamespaces component title (#1901)

Signed-off-by: mbowen <mbowen@blackrock.com>
This commit is contained in:
MIchael Bowen 2021-01-07 02:00:32 -05:00 committed by GitHub
parent c4eb9ba39a
commit 2543e4aec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export class ClusterAccessibleNamespaces extends React.Component<Props> {
return ( return (
<> <>
<SubTitle title="Accessible Namespaces" /> <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 <EditableList
placeholder="Add new namespace..." placeholder="Add new namespace..."
add={(newNamespace) => { add={(newNamespace) => {