diff --git a/public/app/core/controllers/login_ctrl.js b/public/app/core/controllers/login_ctrl.js index debdacb5704..ea4bbd515fa 100644 --- a/public/app/core/controllers/login_ctrl.js +++ b/public/app/core/controllers/login_ctrl.js @@ -7,8 +7,8 @@ function (angular, coreModule, config) { 'use strict'; var failCodes = { - "1000": "Required Github team membership not fulfilled", - "1001": "Required Github organization membership not fulfilled", + "1000": "Required team membership not fulfilled", + "1001": "Required organization membership not fulfilled", "1002": "Required email domain not fulfilled", };