Change the initial wording of the sort-direction button

Keep it lowercased as that's what it actually toggles between when
clicked
This commit is contained in:
Chriztian Steinmeier
2016-01-26 19:36:12 +01:00
parent fd58c3b3c6
commit 21190bc0c6

View File

@@ -33,7 +33,7 @@ angular.module("umbraco").controller('Umbraco.Dialogs.Template.QueryBuilderContr
alias: "",
name: "",
},
direction: "Ascending"
direction: "ascending"
}
};