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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user