diff --git a/cms/static/sass/views/_dashboard.scss b/cms/static/sass/views/_dashboard.scss index 7dbb967400..c81690b4a2 100644 --- a/cms/static/sass/views/_dashboard.scss +++ b/cms/static/sass/views/_dashboard.scss @@ -55,7 +55,7 @@ } - .action-create-course { + .action-create-course, .action-create-library { @extend %btn-primary-green; @extend %t-action3; } diff --git a/cms/templates/index.html b/cms/templates/index.html index 218c005458..90daaa1976 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -302,9 +302,9 @@
${_('You will need to be added to the course in {studio_name} by the course creator. Please get in touch with the course creator or administrator for the specific course you are helping to author.').format(studio_name=settings.STUDIO_SHORT_NAME)}
+${_('The course creator must give you access to the course. Contact the course creator or administrator for the course you are helping to author.')}
${_("You don't have any content libraries yet.")}
-${_('The library creator must give you access to the library. Contact the library creator or administrator for the library you are helping to author.')}
+${_('Libraries hold a pool of components that can be re-used across multiple courses. Create your first library with the click of a button!')}
+