Skip to content
Snippets Groups Projects
Commit b79a1107 authored by Tom Robinson's avatar Tom Robinson
Browse files

i18n tag 'collections' in collection perms breadcrumbs

parent 5f7a0608
Branches
Tags
No related merge requests found
......@@ -730,7 +730,7 @@ export const getCollectionsPermissionsGrid = createSelector(
}
parent = parent.parent;
}
crumbs.unshift(["Collections", "/admin/permissions/collections"]);
crumbs.unshift([t`Collections`, "/admin/permissions/collections"]);
}
const defaultGroup = _.find(groups, isDefaultGroup);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment