Merge pull request #28378 from Parsifal-M/typo/catalog-translation
fix: pinch and zoom translation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixing spelling mistake in translation
|
||||
@@ -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';
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user