From 30501b66605b9ff81a61a17be5cd5b5856e11fe4 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 6 Nov 2018 16:22:16 +0100 Subject: [PATCH] Fix link to GitHub oauth registration page (#6567) * Fix link to GitHub oauth registration page The old link lead only to the list of authorised apps for a particular user. * Whoops, fix href tag. Co-Authored-By: danielhollas --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6f384c8dc8a..daf9b0c2a61 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1381,8 +1381,8 @@ en: facebook_app_secret: "App secret for Facebook authentication, registered at https://developers.facebook.com/apps" enable_github_logins: "Enable Github authentication, requires github_client_id and github_client_secret. See Configuring GitHub login for Discourse." - github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications" - github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/applications" + github_client_id: "Client id for Github authentication, registered at https://github.com/settings/developers" + github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/developers" readonly_mode_during_backup: "Enable read only mode while taking a backup" enable_backups: "Allow administrators to create backups of the forum"