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

[share] translation

This commit is contained in:
llj
2013-01-10 16:27:07 +08:00
parent 85485eda22
commit 9d1d15eda2
2 changed files with 61 additions and 50 deletions

View File

@@ -401,7 +401,7 @@ def get_shared_link(request):
path = path[:-1]
else:
if path == '/': # can not share root dir
err = _('You cannot share the repo in this way.')
err = _('You cannot share the library in this way.')
data = json.dumps({'error': err})
return HttpResponse(data, status=400, content_type=content_type)
else: