diff --git a/packages/channels-app/src/screens/steps/BasicInfo.tsx b/packages/channels-app/src/screens/steps/BasicInfo.tsx index 8291fae3..41b582eb 100644 --- a/packages/channels-app/src/screens/steps/BasicInfo.tsx +++ b/packages/channels-app/src/screens/steps/BasicInfo.tsx @@ -95,7 +95,7 @@ export function BasicInfo(props: { helperText={ channel.name.trim() === '' && formTouched ? 'Channel Name cannot be empty' - : undefined + : 'Choose a short but descriptive name.' } /> diff --git a/packages/portal-admin/src/components/AppsDataGrid.tsx b/packages/portal-admin/src/components/AppsDataGrid.tsx index 10411779..f51c3418 100644 --- a/packages/portal-admin/src/components/AppsDataGrid.tsx +++ b/packages/portal-admin/src/components/AppsDataGrid.tsx @@ -948,7 +948,7 @@ const AppsDataGrid = () => { - + {`Are you sure you want to delete the application ${deleteAppData?.name}? This action is irreversible and will permanently remove all associated data.`} @@ -963,7 +963,7 @@ const AppsDataGrid = () => { Cancel