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
@@ -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',
);
}