1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 20:08:19 +00:00

Org reactivate (#7925)

* org reactivate

* update

* update

* update

* remove print
This commit is contained in:
lian
2025-06-16 10:27:56 +08:00
committed by GitHub
parent f1c474b5f2
commit 9b293072c3
12 changed files with 144 additions and 24 deletions

View File

@@ -186,6 +186,9 @@ class Item extends Component {
case 'default':
translateResult = gettext('Default');
break;
case 'org':
translateResult = gettext('Organization');
break;
}
return translateResult;
};