We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb2c62 commit 50b0816Copy full SHA for 50b0816
superset-frontend/src/components/Tags/utils.tsx
@@ -66,7 +66,7 @@ export const loadTags = async (
66
const getErrorMessage = ({ error, message }: ClientErrorObject) => {
67
let errorText = message || error || t('An error has occurred');
68
if (message === 'Forbidden') {
69
- errorText = t('You do not have permission to edit this dashboard');
+ errorText = t('You do not have permission to read tags');
70
}
71
return errorText;
72
};
0 commit comments