Skip to content
Snippets Groups Projects
Commit 346edba4 authored by srosse's avatar srosse
Browse files

OO-1144: fix label of BAR-

parent 216beb0d
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ public class RepositoryEntryDetailsController extends FormBasicController {
break;
case 2: accessI18n = translate("cif.access.owners_authors");
break;
case 3: accessI18n = translate("cif.access.owners_authors");
case 3: accessI18n = translate("cif.access.users");
break;
case 4: accessI18n = translate("cif.access.users_guests");
break;
......
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