|
|
@@ -1,7 +1,9 @@
|
|
|
{
|
|
|
"form": {
|
|
|
"title": "Login Panel",
|
|
|
- "description": "Access the unified admin console with your API Key"
|
|
|
+ "description": "Access the unified admin console with your API Key",
|
|
|
+ "showPassword": "Show password",
|
|
|
+ "hidePassword": "Hide password"
|
|
|
},
|
|
|
"login": {
|
|
|
"title": "Login",
|
|
|
@@ -20,6 +22,9 @@
|
|
|
"placeholders": {
|
|
|
"apiKeyExample": "e.g. sk-xxxxxxxx"
|
|
|
},
|
|
|
+ "brand": {
|
|
|
+ "tagline": "Unified API management console"
|
|
|
+ },
|
|
|
"actions": {
|
|
|
"enterConsole": "Enter Console",
|
|
|
"viewUsageDoc": "View Usage Documentation"
|