Skip to content
Snippets Groups Projects
Unverified Commit fc477fc6 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix typo in the download limit message (#22380)

parent ad5900b6
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're allowed to download up to 10,000 row.`;
return t`You're allowed to download up to 10,000 rows.`;
}
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