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

Modified share i18n

This commit is contained in:
zhengxie
2012-11-06 13:34:25 +08:00
parent 2359296c03
commit 3ef57502bf
2 changed files with 57 additions and 23 deletions

View File

@@ -331,7 +331,7 @@ def anonymous_share(request, email_template_name='repo/anonymous_share_email.htm
}
try:
send_mail(_(u'You are shared with a library in SeaCloud'), t.render(Context(c)), None,
send_mail(_(u'You are shared with a library in Seafile'), t.render(Context(c)), None,
[anon_email], fail_silently=False)
except:
AnonymousShare.objects.filter(token=token).delete()