diff --git a/lms/templates/provider/authorize.html b/lms/templates/provider/authorize.html index eceee2519a..f3ab459b67 100644 --- a/lms/templates/provider/authorize.html +++ b/lms/templates/provider/authorize.html @@ -14,7 +14,7 @@ from django.core.urlresolvers import reverse
% if not error:

- ${_("{application_name} would like to access your data with the following permissions:".format( + ${_("\n {application_name} would like to access your data with the following permissions:\n ".format( application_name=client.name ))}