From 248ed2672ff630634052fff6b0d3ec72ff4e60d4 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Wed, 21 Sep 2016 09:42:06 -0400 Subject: [PATCH] remove 'Github' from oauth login error messages --- public/app/core/controllers/login_ctrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", };