From 7a234d16a4920c2e4e4b4f0bde44d0ea8700e5bb Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 1 May 2017 21:46:15 +0100 Subject: [PATCH] better log msg --- src/github.com/matrix-org/go-neb/services/github/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/go-neb/services/github/github.go b/src/github.com/matrix-org/go-neb/services/github/github.go index e9897a4..347656a 100644 --- a/src/github.com/matrix-org/go-neb/services/github/github.go +++ b/src/github.com/matrix-org/go-neb/services/github/github.go @@ -67,7 +67,7 @@ func (s *Service) cmdGithubCreate(roomID, userID string, args []string) (interfa return nil, fmt.Errorf("Failed to cast realm %s into a GithubRealm", s.RealmID) } return matrix.StarterLinkMessage{ - Body: "You need to OAuth with Github before you can create issues.", + Body: "You need to log into Github before you can create issues.", Link: ghRealm.StarterLink, }, nil }