This commit is contained in:
Zewed 2024-03-08 11:30:22 -08:00
parent c8ee2b9b52
commit a7d6d438ec

View File

@ -67,7 +67,7 @@ export const useBrainCreationApi = () => {
if (createdBrainId === undefined) {
publish({
variant: "danger",
text: "Error occurred while creating a brain",
text: t("errorCreatingBrain", { ns: "brain" }),
});
return;