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:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user