diff --git a/ui/src/components/developerKit/Dashboard.tsx b/ui/src/components/developerKit/Dashboard.tsx
index a8db131f..5175346b 100644
--- a/ui/src/components/developerKit/Dashboard.tsx
+++ b/ui/src/components/developerKit/Dashboard.tsx
@@ -46,7 +46,7 @@ const Dashboard: React.FC = () => {
href: ROUTES_ENUM.protected.saas.developerKit.migrations,
},
{
- name: translate('::App.DeveloperKit.Dashboard.Stats.APIs'),
+ name: translate('::App.DeveloperKit.Dashboard.Stats.Apis'),
value: generatedEndpoints.filter((e) => e.isActive).length,
total: generatedEndpoints.length,
icon: FaServer,
@@ -95,8 +95,8 @@ const Dashboard: React.FC = () => {
},
{
step: 4,
- title: translate('::App.DeveloperKit.Dashboard.Flow.GenerateAPI'),
- description: translate('::App.DeveloperKit.Dashboard.Flow.GenerateAPI.Desc'),
+ title: translate('::App.DeveloperKit.Dashboard.Flow.GenerateApi'),
+ description: translate('::App.DeveloperKit.Dashboard.Flow.GenerateApi.Desc'),
icon: FaServer,
color: 'bg-emerald-600',
href: ROUTES_ENUM.protected.saas.developerKit.endpoints,
diff --git a/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx b/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx
index ea6f549e..bfb1b17e 100644
--- a/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx
+++ b/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx
@@ -114,7 +114,13 @@ function FormFieldTabDetails({
invalid={errors.editorOptions && touched.editorOptions}
errorMessage={errors.editorOptions}
>
-
+