diff --git a/public/locales/en.json b/public/locales/en.json
index c9f218d8..da0ebcc7 100644
--- a/public/locales/en.json
+++ b/public/locales/en.json
@@ -580,7 +580,7 @@
"buttons": {
"stop": "Stop"
},
- "loading": "Loading data...",
+ "loading": "Extracting data...",
"empty_output": "No output data available",
"captured_data": {
"title": "Captured Data",
diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx
index 9feb9551..27897169 100644
--- a/src/components/api/ApiKey.tsx
+++ b/src/components/api/ApiKey.tsx
@@ -26,7 +26,8 @@ const Container = styled(Box)`
flex-direction: column;
align-items: center;
margin-top: 50px;
- margin-left: 50px;
+ margin-left: 70px;
+ margin-right: 70px;
`;
const ApiKeyManager = () => {
@@ -108,7 +109,7 @@ const ApiKeyManager = () => {
return (
-
+
Start by creating an API key below. Then,
test your API
@@ -139,7 +140,7 @@ const ApiKeyManager = () => {
{apiKeyName}
-
+
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
@@ -174,6 +175,5 @@ const ApiKeyManager = () => {
)}
);
-};
-
+}
export default ApiKeyManager;
\ No newline at end of file
diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx
index 8b500d62..cd98ef21 100644
--- a/src/components/dashboard/MainMenu.tsx
+++ b/src/components/dashboard/MainMenu.tsx
@@ -72,7 +72,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
{
}, []);
return (
- <>
-
-
+
+
+
{t('proxy.title')}
-
+
{tabIndex === 0 && (
isProxyConfigured ? (
-
-
+
+
@@ -187,13 +198,13 @@ const ProxyForm: React.FC = () => {
-