diff --git a/src/Umbraco.Web.UI.Client/src/installer/installer.service.js b/src/Umbraco.Web.UI.Client/src/installer/installer.service.js
index 1bfe39fc23..40e1cab257 100644
--- a/src/Umbraco.Web.UI.Client/src/installer/installer.service.js
+++ b/src/Umbraco.Web.UI.Client/src/installer/installer.service.js
@@ -16,12 +16,24 @@ angular.module("umbraco.install").factory('installerService', function($rootScop
};
//add to umbraco installer facts here
- var facts = ['Umbraco was founded in 2005',
- 'Over 200.000 websites are currently powered by Umbraco',
- 'On an average day, more then 1000 people download Umbraco',
- 'umbraco.tv is the premier source of Umbraco video tutorials to get you started',
- 'our.umbraco.org is the home of the friendly Umbraco community, and excellent resource for any Umbraco developer'
- ];
+ var facts = ['Umbraco helped millions of people watch a man jump from the edge of space',
+ 'Over 250.000 websites are currently powered by Umbraco',
+ 'On an average day, more then 1000 people download Umbraco',
+ 'umbraco.tv is the premier source of Umbraco video tutorials to get you started',
+ 'You can find the worlds friendliest CMS community at our.umbraco.org',
+ 'You can become a certified Umbraco developer by attending one of the official courses',
+ 'Umbraco works really well on tablets',
+ 'You have 100% control over your markup and design when crafting a website in Umbraco',
+ 'Umbraco is the best of both worlds: 100% free and open source, and backed by a professional and profitable company',
+ "There's a pretty big chance, you've visited a website powered by Umbraco today",
+ "'Umbraco-spotting' is the game of spotting big brands running Umbraco",
+ "Atleast 2 people have the Umbraco logo tattooed on them",
+ "'Umbraco' is the danish name for an allen key",
+ "Has been around since 2005, that's a looong time in IT",
+ "More than 400 people from all over the world meet each year in Denmark in June for our annual conference CodeGarden",
+ "While you install Umbraco someone else on the other side of the planet probably does it too",
+ "You can extend Umbraco without modifying the source code and using either javascript or c#"
+ ];
/**
Returns the description for the step at a given index based on the order of the serverOrder of steps