-
- {t('Give a recognizable name for your assistant')}
-
+
{t('Give a recognizable name for your assistant')}
copyToClipboard(assistantId)}>
{assistantId}
@@ -191,10 +179,7 @@ export const CreateAssistant = ({
},
onCompleted: ({ deleteAssistant }) => {
setShowConfirmation(false);
- setNotification(
- `Assistant ${deleteAssistant.assistant.name} deleted successfully`,
- 'success'
- );
+ setNotification(`Assistant ${deleteAssistant.assistant.name} deleted successfully`, 'success');
setCurrentId(null);
setUpdateList(!updateList);
},
@@ -213,7 +198,9 @@ export const CreateAssistant = ({
buttonOkLoading={deletingAssistant}
disableOk={deletingAssistant}
>
-
{t("You won't be able to use this assistant.")}
+
+ {t('Please confirm that this assistant is not being used in any of the active flows.')}
+
);
}
@@ -240,12 +227,7 @@ export const CreateAssistant = ({
))}
-