We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72c30 commit 8f3760aCopy full SHA for 8f3760a
src/gitops/utils/components/OwnerReferences/owner-references.tsx
@@ -15,7 +15,7 @@ export const OwnerReferences: React.FC<OwnerReferencesProps> = ({ resource }) =>
15
const owners = (_.get(resource.metadata, 'ownerReferences') || []).map((o: OwnerReference) => {
16
if (o.kind === 'ApplicationSet') {
17
return (
18
- <Tooltip key={o.uid} content={<div>Back to ApplicationSet</div>} position="top">
+ <Tooltip key={o.uid} content={<div>View ApplicationSet</div>} position="top">
19
<ResourceLink
20
namespace={resource.metadata.namespace}
21
groupVersionKind={{
0 commit comments