chore: translate userTypes

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-22 19:47:09 +01:00
commit 56e0f1696c
66 changed files with 81 additions and 75 deletions

View file

@ -11,6 +11,6 @@ export const tool = defineTool('video', {
name: 'video:loop.title',
description: 'video:loop.description',
shortDescription: 'video:loop.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});