fix(catalog-graph): fix zoom out description (replace & with &)

Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
This commit is contained in:
Christoph Jerolimov
2025-11-12 12:53:23 +01:00
parent b5977b9d35
commit a67c14463e
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-graph': patch
---
fix zoom out description (replace &amp; with &)
+1 -1
View File
@@ -30,7 +30,7 @@ export const catalogGraphTranslationRef: TranslationRef<
readonly 'catalogGraphPage.supportButtonDescription': 'Start tracking your component in by adding it to the software catalog.';
readonly 'catalogGraphPage.simplifiedSwitchLabel': 'Simplified';
readonly 'catalogGraphPage.mergeRelationsSwitchLabel': 'Merge relations';
readonly 'catalogGraphPage.zoomOutDescription': 'Use pinch &amp; zoom to move around the diagram. Click to change active node, shift click to navigate to entity.';
readonly 'catalogGraphPage.zoomOutDescription': 'Use pinch & zoom to move around the diagram. Click to change active node, shift click to navigate to entity.';
readonly 'catalogGraphPage.curveFilter.title': 'Curve';
readonly 'catalogGraphPage.curveFilter.curveStepBefore': 'Step Before';
readonly 'catalogGraphPage.curveFilter.curveMonotoneX': 'Monotone X';
+1 -1
View File
@@ -31,7 +31,7 @@ export const catalogGraphTranslationRef = createTranslationRef({
simplifiedSwitchLabel: 'Simplified',
mergeRelationsSwitchLabel: 'Merge relations',
zoomOutDescription:
'Use pinch &amp; zoom to move around the diagram. Click to change active node, shift click to navigate to entity.',
'Use pinch & zoom to move around the diagram. Click to change active node, shift click to navigate to entity.',
curveFilter: {
title: 'Curve',
curveMonotoneX: 'Monotone X',