Skip to content
Snippets Groups Projects
Commit 75faa071 authored by Maz Ameli's avatar Maz Ameli
Browse files

update tooltip descriptions of access levels

parent eb834259
No related branches found
No related tags found
No related merge requests found
......@@ -275,14 +275,14 @@ const OPTION_COLLECTION_WRITE = {
...OPTION_GREEN,
value: "write",
title: t`Curate collection`,
tooltip: t`Can add and remove questions from this collection`,
tooltip: t`Can edit this collection and its contents`,
};
const OPTION_COLLECTION_READ = {
...OPTION_YELLOW,
value: "read",
title: t`View collection`,
tooltip: t`Can view questions in this collection`,
tooltip: t`Can view items in this collection`,
};
export const getTablesPermissionsGrid = createSelector(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment