Merge pull request #6141 from backstage/software-catalog-rename
Docs: Update references to "service catalog"
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ describe('RegisterComponentPage', () => {
|
||||
<RegisterComponentPage
|
||||
catalogRouteRef={createRouteRef({
|
||||
path: '/catalog',
|
||||
title: 'Service Catalog',
|
||||
title: 'Software Catalog',
|
||||
})}
|
||||
/>
|
||||
</Wrapper>,
|
||||
|
||||
+2
-2
@@ -37,7 +37,7 @@ describe('RegisterComponentResultDialog', () => {
|
||||
entities={[]}
|
||||
catalogRouteRef={createRouteRef({
|
||||
path: '/catalog',
|
||||
title: 'Service Catalog',
|
||||
title: 'Software Catalog',
|
||||
})}
|
||||
/>,
|
||||
{ wrapper: Wrapper },
|
||||
@@ -76,7 +76,7 @@ describe('RegisterComponentResultDialog', () => {
|
||||
entities={entities}
|
||||
catalogRouteRef={createRouteRef({
|
||||
path: '/catalog',
|
||||
title: 'Service Catalog',
|
||||
title: 'Software Catalog',
|
||||
})}
|
||||
/>,
|
||||
{ wrapper: Wrapper },
|
||||
|
||||
@@ -75,7 +75,7 @@ export class DocsBuilder {
|
||||
public async build(): Promise<boolean> {
|
||||
if (!this.entity.metadata.uid) {
|
||||
throw new Error(
|
||||
'Trying to build documentation for entity not in service catalog',
|
||||
'Trying to build documentation for entity not in software catalog',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user