diff --git a/.changeset/red-hotels-sneeze.md b/.changeset/red-hotels-sneeze.md new file mode 100644 index 0000000000..a1ce4d7bd6 --- /dev/null +++ b/.changeset/red-hotels-sneeze.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Fixing spelling mistake in translation diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 3a9f0c6c33..bdd9240d53 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -115,7 +115,7 @@ export const catalogTranslationRef: TranslationRef< readonly 'hasSystemsCard.emptyMessage': 'No system is part of this domain'; readonly 'relatedEntitiesCard.emptyHelpLinkTitle': 'Learn how to change this'; readonly 'systemDiagramCard.title': 'System Diagram'; - readonly 'systemDiagramCard.description': 'Use pinch & zoo to move around the diagram.'; + readonly 'systemDiagramCard.description': 'Use pinch & zoom to move around the diagram.'; readonly 'systemDiagramCard.edgeLabels.dependsOn': 'depends on'; readonly 'systemDiagramCard.edgeLabels.partOf': 'part of'; readonly 'systemDiagramCard.edgeLabels.provides': 'provides'; diff --git a/plugins/catalog/src/alpha/translation.ts b/plugins/catalog/src/alpha/translation.ts index e5e6fa18e2..2dc2f2d34e 100644 --- a/plugins/catalog/src/alpha/translation.ts +++ b/plugins/catalog/src/alpha/translation.ts @@ -156,7 +156,7 @@ export const catalogTranslationRef = createTranslationRef({ }, systemDiagramCard: { title: 'System Diagram', - description: 'Use pinch & zoo to move around the diagram.', + description: 'Use pinch & zoom to move around the diagram.', edgeLabels: { partOf: 'part of', provides: 'provides',