|
231 | 231 | "configuration-url": "Client Configuration URL",
|
232 | 232 | "edit-dynamically-registered": "Edit a Dynamically Registered Client",
|
233 | 233 | "edit-existing": "Edit an existing client",
|
234 |
| - "edit-existing-help": "Paste in your client ID and registration access token to access the client.", |
| 234 | + "edit-existing-help": "Use this form to edit a previously-registered client. Paste in your client ID and registration access token to access the client.", |
| 235 | + "edit-existing-button": "Edit Client", |
235 | 236 | "invalid-access-token": "Invalid client or registration access token.",
|
236 | 237 | "new-client": "Register a new client",
|
237 |
| - "or": " - OR - ", |
| 238 | + "new-client-help": "Use this form to register a new client with the authorization server. You will be given a client ID and a registration access token to manage your client.", |
| 239 | + "new-client-button": "New Client", |
238 | 240 | "regtoken-placeholder": "Enter Registration Access Token",
|
239 | 241 | "warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
|
240 | 242 | "will-be-generated": "Will be generated by the server when the client is saved"
|
|
266 | 268 | "configuration-url": "Client Configuration URL",
|
267 | 269 | "edit": "Edit Protected Resource",
|
268 | 270 | "edit-existing": "Edit an existing protected resource",
|
269 |
| - "edit-existing-help": "Paste in your ID and registration access token to access the resource's properties.", |
| 271 | + "edit-existing-help": "Use this form to edit a previously-registered resource. Paste in your client ID and registration access token to access the client.", |
| 272 | + "edit-existing-button": "Edit Resource", |
270 | 273 | "invalid-access-token": "Invalid client or registration access token.",
|
271 |
| - "new": "New Protected Resource", |
272 |
| - "new-resource": "Register a new protected resource", |
273 |
| - "or": " - OR - ", |
| 274 | + "new-client": "Register a new protected resource", |
| 275 | + "new-client-help": "Use this form to register a new resource with the authorization server. You will be given a client ID and a registration access token to manage your resource.", |
| 276 | + "new-client-button": "New Resource", |
274 | 277 | "regtoken-placeholder": "Enter Registration Access Token",
|
275 |
| - "will-be-generated": "Will be generated", |
| 278 | + "will-be-generated": "Will be generated by the server when the resource is saved" |
276 | 279 | "warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
|
277 | 280 | "client-form": {
|
278 | 281 | "scope-help": "Scopes that this resource will be able to introspect tokens for."
|
|
0 commit comments