mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
change trans string
This commit is contained in:
@@ -53,7 +53,7 @@ def slug(request, slug, file_path="home.md"):
|
||||
return redirect('auth_login')
|
||||
|
||||
if not wiki.check_access_wiki(request):
|
||||
return render_permission_error(request, _(u'Unable to view wiki'))
|
||||
return render_permission_error(request, _(u'Permission denied.'))
|
||||
|
||||
file_type, ext = get_file_type_and_ext(posixpath.basename(file_path))
|
||||
if file_type == IMAGE:
|
||||
|
Reference in New Issue
Block a user