File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
app/(connected)/sandbox/token-generated Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ export default function ApiKeyGeneratedPage() {
4747
4848 return (
4949 < div >
50- < h1 className = "text-2xl font-bold" > API Key Generated</ h1 >
50+ < h1 className = "text-2xl font-bold" > Auth Token Generated</ h1 >
5151 < div >
5252 < p >
53- Congratulations! You have successfully created a Verida API key. You
54- can now use it to{ " " }
53+ Congratulations! You have successfully created a Verida Auth Token.
54+ You can now use it to{ " " }
5555 < Link href = "/sandbox/browse-data" > Browse your data</ Link > or{ " " }
5656 < Link href = "/sandbox/api-requests" > Make API requests</ Link > .
5757 </ p >
@@ -61,14 +61,14 @@ export default function ApiKeyGeneratedPage() {
6161 < Alert variant = "default" className = "mb-3" >
6262 < AlertTitle > Key saved</ AlertTitle >
6363 < AlertDescription >
64- This API key has been saved to local storage so you can use easily
65- it with the sandbox
64+ This Auth Token has been saved to local storage so you can use
65+ easily it with the sandbox
6666 </ AlertDescription >
6767 </ Alert >
6868 ) }
6969 { apiKey && ! apiKeySaved && (
7070 < Button variant = "default" onClick = { ( ) => saveApiKey ( undefined ) } >
71- Save API Key
71+ Save Auth Token
7272 </ Button >
7373 ) }
7474 </ div >
Original file line number Diff line number Diff line change 1- export const APP_NAME = "Verida: AI Developer Admin "
1+ export const APP_NAME = "Verida: AI Developer Console "
22
3- export const APP_TITLE = "Verida: AI Developer Admin "
3+ export const APP_TITLE = "Verida: AI Developer Console "
44
5- export const APP_DESCRIPTION = "Admin interface for Verida AI developers"
5+ export const APP_DESCRIPTION = "Developer Console for Verida AI developers"
66
77export const VERIDA_APPLICATION_CONTEXT_NAME = "Verida: Vault"
You can’t perform that action at this time.
0 commit comments