fix(audio): misc

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-08 17:43:44 +01:00
parent 7962bba04f
commit f3ed70258e
10 changed files with 55 additions and 52 deletions

View File

@@ -106,7 +106,7 @@ export default function MergeAudio({
getGroups={getGroups}
setInput={setInput}
compute={compute}
toolInfo={{ title: `What is a ${title}?`, description: longDescription }}
toolInfo={{ title: `What is ${title}?`, description: longDescription }}
/>
);
}