fix reports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-03-21 14:40:51 +01:00
parent 1bf0867dee
commit fedb6a94f3
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ export const ComponentAccordion: (props: {
expanded?: boolean;
Content: () => JSX.Element;
Actions?: () => JSX.Element;
Settings?: () => JSX.Element;
Settings?: () => JSX./** @public */
Element;
ContextProvider?: (props: any) => JSX.Element;
}) => JSX_2.Element;
+2 -2
View File
@@ -332,9 +332,10 @@ export type ScaffolderReactTemplateCategoryPickerClassKey = 'root' | 'label';
export const scaffolderReactTranslationRef: TranslationRef<
'scaffolder-react',
{
readonly 'workflow.noDescription': 'No description';
readonly 'passwordWidget.content': 'This widget is insecure. Please use [`ui:field: Secret`](https://backstage.io/docs/features/software-templates/writing-templates/#using-secrets) instead of `ui:widget: password`';
readonly 'scaffolderPageContextMenu.moreLabel': 'more';
readonly 'scaffolderPageContextMenu.createLabel': 'Create';
readonly 'scaffolderPageContextMenu.moreLabel': 'more';
readonly 'scaffolderPageContextMenu.editorLabel': 'Manage Templates';
readonly 'scaffolderPageContextMenu.actionsLabel': 'Installed Actions';
readonly 'scaffolderPageContextMenu.tasksLabel': 'Task List';
@@ -348,7 +349,6 @@ export const scaffolderReactTranslationRef: TranslationRef<
readonly 'templateCard.chooseButtonText': 'Choose';
readonly 'cardHeader.detailBtnTitle': 'Show template entity details';
readonly 'templateOutputs.title': 'Text Output';
readonly 'workflow.noDescription': 'No description';
}
>;