Rename service catalog to software catalog, excluding blog posts

Signed-off-by: Joe Porpeglia <josephp@spotify.com>
This commit is contained in:
Joe Porpeglia
2021-06-17 16:29:32 -04:00
parent 202d6f0d52
commit 709589a839
26 changed files with 57 additions and 57 deletions
@@ -62,7 +62,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',
);
}