1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

fix-group-style (#2752)

This commit is contained in:
Michael An
2019-01-05 15:23:53 +08:00
committed by Daniel Pan
parent 807a4c49a4
commit 8673ab0fd9
4 changed files with 65 additions and 76 deletions

View File

@@ -321,6 +321,12 @@ export const Utils = {
case 'preview':
title = gettext("Preview-on-Cloud");
break;
case 'Member':
title = gettext("Member");
break;
case 'Admin':
title = gettext("Admin");
break;
}
return title;
},