Really... nobody noticed "MEH"?

This commit is contained in:
Sebastiaan Janssen
2014-03-12 00:30:25 +01:00
parent 693899935b
commit 3912300f83

View File

@@ -2,7 +2,7 @@ angular.module("umbraco.install").controller("Umbraco.Installer.DataBaseControll
$scope.checking = false;
$scope.dbs = [
{name: 'Embedded database SQL MEH', id: 0},
{name: 'Embedded database SQL', id: 0},
{name: 'Microsft SQL Server', id: 1},
{name: 'MySQL', id: 2},
{name: 'Custom connection-string', id: -1}];