diff --git a/.changeset/scaffolder-nfs-page-layout.md b/.changeset/scaffolder-nfs-page-layout.md index 2f0f848e40..f282f699bb 100644 --- a/.changeset/scaffolder-nfs-page-layout.md +++ b/.changeset/scaffolder-nfs-page-layout.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder': patch --- -Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout. +Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout. Direct `FormFieldBlueprint` attachments to the scaffolder page are no longer consumed, custom form fields should instead be provided through the form fields API. diff --git a/plugins/scaffolder/src/components/OngoingTask/OngoingTaskContextMenu.tsx b/plugins/scaffolder/src/components/OngoingTask/OngoingTaskContextMenu.tsx index 9539838590..86f2238a38 100644 --- a/plugins/scaffolder/src/components/OngoingTask/OngoingTaskContextMenu.tsx +++ b/plugins/scaffolder/src/components/OngoingTask/OngoingTaskContextMenu.tsx @@ -82,7 +82,7 @@ export function OngoingTaskContextMenu(props: OngoingTaskContextMenuProps) { } - aria-label="More options" + aria-label={t('ongoingTask.contextMenu.moreOptions')} />