Skip to content
Snippets Groups Projects
Unverified Commit 542024ba authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

update download permission hint text (#21649)

parent db3b1d3a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ export const getDataColumns = (subject: PermissionSubject) => {
const allSubjectsColumns = [
{
name: t`Download results`,
hint: t`If you grant someone permissions to download data from a database, you won't be able to schema or table level for native queries.`,
hint: t`Downloads of native queries are only allowed if a group has download permissions for the entire database.`,
},
{
name: t`Manage data model`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment