Merge pull request #6141 from backstage/software-catalog-rename

Docs: Update references to "service catalog"
This commit is contained in:
Fredrik Adelöw
2021-06-28 13:47:16 +02:00
committed by GitHub
27 changed files with 64 additions and 57 deletions
@@ -59,7 +59,7 @@ describe('RegisterComponentPage', () => {
<RegisterComponentPage
catalogRouteRef={createRouteRef({
path: '/catalog',
title: 'Service Catalog',
title: 'Software Catalog',
})}
/>
</Wrapper>,
@@ -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',
);
}