fix(provisioning): update fallback text to use 'resources' terminology

This commit is contained in:
Roberto Jimenez Sanchez
2025-12-02 19:34:13 +01:00
parent f77fde66fd
commit 14468cae53
@@ -224,7 +224,7 @@ function FormContent({ initialValues, selectedItems, workflowOptions, onDismiss
<Alert severity="info" title={t('browse-dashboards.bulk-export-resources-form.folders-info', 'Folders in selection')}>
{t(
'browse-dashboards.bulk-export-resources-form.folders-info-description',
'Folders will be left behind. New folders will be created in the repository based on the dashboard folder structure.'
'Folders will be left behind. New folders will be created in the repository based on the resource folder structure.'
)}
</Alert>
)}