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
This commit is contained in:
Roberto Jimenez Sanchez
2025-12-02 19:28:31 +01:00
parent 0129818a30
commit 2a685beb2a
@@ -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.'
)}
>
<Stack direction="row" gap={0} alignItems="stretch">