diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx
index 394756039a..ec9e2f2bff 100644
--- a/web/app/components/app-sidebar/app-info.tsx
+++ b/web/app/components/app-sidebar/app-info.tsx
@@ -287,12 +287,15 @@ const AppInfo = ({ expand }: IAppInfoProps) => {
)}
>
-
{t('app.newApp.advanced')}
+
+ {t('app.newApp.advanced')}
+ BETA
+
{t('app.newApp.advancedFor')}
{t('app.newApp.advancedDescription')}
diff --git a/web/app/components/app/create-app-dialog/index.tsx b/web/app/components/app/create-app-dialog/index.tsx
index 2cc4b0b919..83ee455996 100644
--- a/web/app/components/app/create-app-dialog/index.tsx
+++ b/web/app/components/app/create-app-dialog/index.tsx
@@ -44,7 +44,7 @@ const CreateAppDialog = ({ show, onSuccess, onClose }: CreateAppDialogProps) =>
>
{showInstruction === 'BASIC' && (
<>
-
+
{t('app.newApp.basic')}
{t('app.newApp.basicFor')}
@@ -54,7 +54,7 @@ const CreateAppDialog = ({ show, onSuccess, onClose }: CreateAppDialogProps) =>
)}
{showInstruction === 'ADVANCED' && (
<>
-
+
{t('app.newApp.advanced')}