From 2a685beb2a867cfbe6b76e79a42f40d6bcf9bf5b Mon Sep 17 00:00:00 2001 From: Roberto Jimenez Sanchez Date: Tue, 2 Dec 2025 19:28:31 +0100 Subject: [PATCH] fix(provisioning): update path description to remove interpolation reference - Update description to explain repository path is shown above - Remove any reference to repoPath variable in description text --- .../components/BulkActions/BulkExportProvisionedResource.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx b/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx index 10801efa79f..1d4a27cf14b 100644 --- a/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx +++ b/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx @@ -259,7 +259,7 @@ function FormContent({ initialValues, selectedItems, workflowOptions, onDismiss label={t('browse-dashboards.bulk-export-resources-form.path', 'Path')} description={t( 'browse-dashboards.bulk-export-resources-form.path-description-with-repo', - 'Add a sub-path below to organize exported dashboards.' + 'The repository path is shown above. Add a sub-path below to organize exported dashboards.' )} >