From 5c1b94544ad5ab710e5ef9abb373992ced4518af Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:31:38 +0200 Subject: [PATCH] UI: Tweaks to descriptions in Learn. --- src/templates/learn.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/learn.pug b/src/templates/learn.pug index bf94d27..2eb3fcd 100644 --- a/src/templates/learn.pug +++ b/src/templates/learn.pug @@ -22,7 +22,7 @@ include mixins/components +category_list_item( 'COURSES', - 'Character modeling, 3D printing, VFX, rigging and more.', + 'In-depth training on character modeling, 3D printing, rigging, VFX and more.', "{{ url_for('cloud.courses') }}", "{{ url_for('static', filename='assets/img/features/training_motion_graphics.jpg')}}") @@ -38,7 +38,7 @@ include mixins/components +category_list_item( 'PRODUCTION LESSONS', - 'Tips and tricks by the Open Projects crew.', + 'Tips and tricks by the Blender Open Movies crew.', "{{ url_for('cloud.production') }}", "{{ url_for('static', filename='assets/img/features/open_movies_02.jpg')}}")