1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

[misc] bugfix & improvement; removed unused files (#4321)

* redesigned 'repo api token' dialog
* fixup for 'system admin' pages
* removed unused ali 'priv/' files
This commit is contained in:
llj
2019-11-29 15:17:00 +08:00
committed by Daniel Pan
parent da64e39d1b
commit 09c1a5e3d9
18 changed files with 49 additions and 115 deletions

View File

@@ -212,7 +212,7 @@ class SharedRepoListItem extends React.Component {
translateResult = gettext('History Setting');
break;
case 'API Token':
translateResult = gettext('API Token');
translateResult = 'API Token'; // translation is not needed here
break;
default:
break;