From e5a4eeca352f6f616762b4457ef214988abf971e Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Thu, 23 May 2019 15:41:50 +0200 Subject: [PATCH] Update seeder --- lib/dataSeeder.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/dataSeeder.js b/lib/dataSeeder.js index f6fe7a3..bfae2e1 100644 --- a/lib/dataSeeder.js +++ b/lib/dataSeeder.js @@ -80,8 +80,8 @@ var dataSeeder = function () { var feature1 = new Feature({ position : 0, isFeatured : true, - title : "AngularJS JumpStart", - text : "The most productive way to learn AngularJS! JumpStart your learning with this step-by-step video course!", + title : "Angular JumpStart", + text : "The most productive way to learn Angular! JumpStart your learning with this step-by-step video course!", highlightText : "Over 6 hours of content!", link : "/products/training", linkText : "Get Details", @@ -92,12 +92,12 @@ var dataSeeder = function () { var feature2 = new Feature({ position : 3, isFeatured: true, - title : "AngularJS Custom Directives", - text : "Dive in to AngularJS and learn how to build custom directives!", - highlightText : "Advanced AngularJS Content!", + title : "Angular Custom Directives", + text : "Dive in to Angular and learn how to build custom directives!", + highlightText : "Advanced Angular Content!", link : "/products/training", linkText : "Get Details", - highlightText : "Advanced AngularJS Content!", + highlightText : "Advanced Angular Content!", backgroundImageUrl : "/img/background_man_couch_1920x500.jpg" });