1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

Quota -> Space Quota

This commit is contained in:
zming
2017-11-20 17:42:26 +08:00
parent 14aaca7e00
commit 756ae08cc3

View File

@@ -1959,7 +1959,7 @@ def batch_add_user_example(request):
data_list = []
head = [_('Email'), _('Password'), _('Name')+ '(' + _('Optional') + ')',
_('Department')+ '(' + _('Optional') + ')', _('Role')+
'(' + _('Optional') + ')', _('Quota') + '(MB, ' + _('Optional') + ')']
'(' + _('Optional') + ')', _('Space Quota') + '(MB, ' + _('Optional') + ')']
for i in xrange(5):
username = "test" + str(i) +"@example.com"
password = "123456"