diff --git a/pkg/template/pages/admin_settings.html b/pkg/template/pages/admin_settings.html index 3e44de4a8..bc607fa5e 100644 --- a/pkg/template/pages/admin_settings.html +++ b/pkg/template/pages/admin_settings.html @@ -33,8 +33,9 @@ {{ end }} - - enable open invintation requests from users +
GitHub OAuth Consumer Key and Secret
diff --git a/pkg/template/pages/signup.html b/pkg/template/pages/signup.html index ef9606cd4..bb4538262 100644 --- a/pkg/template/pages/signup.html +++ b/pkg/template/pages/signup.html @@ -4,7 +4,7 @@

Sign up

- +
@@ -32,7 +32,7 @@ if (this.status == 200) { var msg = "User Invitation was sent successfully"; if (this.responseText != "OK") { - msg = "Email is not currently enabled. In order to invite the user, you'll need to provide them the following link:
" + this.responseText + ""; + msg = "Email is not currently enables. Follow the link:
" + this.responseText + ""; } $("#successAlert").html(msg); $("#successAlert").show().removeClass("hide");