mirror of https://github.com/rancher/ui.git
Merge pull request #2244 from superseb/gh_typos
Fix GitHub auth typos/sentences
This commit is contained in:
commit
5fac406943
|
|
@ -456,17 +456,17 @@ authPage:
|
||||||
ul:
|
ul:
|
||||||
li1: "For Github Enterprise, login to your account. Click on Settings, then Applications."
|
li1: "For Github Enterprise, login to your account. Click on Settings, then Applications."
|
||||||
li2:
|
li2:
|
||||||
text: 'Click "Register new application" and fill out the form:'
|
text: 'Click "Register a new application" and fill out the form:'
|
||||||
ul:
|
ul:
|
||||||
li1: '<b>Application name:</b> <span class="text-muted">Anything you like, e.g. My {appName}</span>'
|
li1: '<b>Application name:</b> <span class="text-muted">Anything you like, e.g. My {appName}</span>'
|
||||||
li2: Homepage URL
|
li2: 'Homepage URL:'
|
||||||
li3: '<b>Application description:</b> <span class="text-muted">Anything you like, optional</span>'
|
li3: '<b>Application description:</b> <span class="text-muted">Anything you like, optional</span>'
|
||||||
li4: Authorization callback URL
|
li4: 'Authorization callback URL:'
|
||||||
li3:
|
li3:
|
||||||
text: 'Click "Register Application" '
|
text: 'Click "Register application"'
|
||||||
form:
|
form:
|
||||||
header: '2. Configure {appName} to use your application for authentication'
|
header: '2. Configure {appName} to use your application for authentication'
|
||||||
subtext: 'Copy and paste the Client ID and Secret from the upper-right corner of your newly-created application.'
|
subtext: 'Copy and paste the Client ID and Client Secret of your newly created application.'
|
||||||
clientId:
|
clientId:
|
||||||
labelText: Client ID
|
labelText: Client ID
|
||||||
clientSecret:
|
clientSecret:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue