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

update download permission copy (#21458)

parent 605a726a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ export const canDownloadResults = (result: Dataset) =>
export const getDownloadWidgetMessageOverride = (result: Dataset) => {
if (result.data?.download_perms === "limited") {
return t`You have permission to download up to 10 thousand rows.`;
return t`You're allowed to download up to 10,000 row.`;
}
return null;
......
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