Copy change

This commit is contained in:
Adria Navarro 2024-05-29 16:22:32 +02:00
parent 5b42aff1f7
commit 53968f0725
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
const getText = columns => {
const hidden = columns.filter(col => !col.visible).length
return hidden ? `Columns (${hidden})` : "Columns"
return hidden ? `Columns (${hidden} restricted)` : "Columns"
}
const PERMISSION_OPTIONS = {