Rename web hooks to webhooks universally.

This commit is contained in:
yackob03 2013-12-02 19:13:18 -05:00
parent 377d77f52b
commit ab7f0835ba
3 changed files with 8 additions and 8 deletions

View file

@ -593,7 +593,7 @@ function RepoAdminCtrl($scope, Restangular, $routeParams, $rootScope) {
permissionsFetch.get().then(function(resp) {
$rootScope.title = 'Settings - ' + namespace + '/' + name;
$rootScope.description = 'Administrator settings for ' + namespace + '/' + name +
': Permissions, web hooks and other settings';
': Permissions, webhooks and other settings';
$scope.permissions[kind] = resp.permissions;
checkLoading();
}, function() {