diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 4286fd3c..00b331a8 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -158,9 +158,12 @@ const ApiKeyManager = () => { )} + + View and test your API endpoints: - {t('mainmenu.apidocs')} + here + ); };