Skip to content

Commit aad8ef2

Browse files
authored
UX: Update admin settings plugin name (#130)
From "Login" to "OAuth2 Login" so that it is easier to distinguish from the other login methods.
1 parent 0bcb1eb commit aad8ef2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Replace `DISCOURSE_HOST` with the appropriate value, and make sure you are
2323
using `https` if enabled. The OAuth2 provider should supply you with a
2424
client ID and secret, as well as a couple of URLs.
2525

26-
Visit your **Admin** > **Settings** > **Login** and fill in the basic
26+
Visit your **Admin** > **Settings** > **OAuth2 Login** and fill in the basic
2727
configuration for the OAuth2 provider:
2828

2929
- `oauth2_enabled` - check this off to enable the feature

config/locales/client.en.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ en:
33
login:
44
oauth2_basic:
55
name: "OAuth 2"
6+
admin:
7+
site_settings:
8+
categories:
9+
discourse_oauth2_basic: "OAuth2 Login"

0 commit comments

Comments
 (0)