mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
chore: translate userTypes
This commit is contained in:
@@ -11,6 +11,6 @@ export const tool = defineTool('number', {
|
||||
name: 'number:arithmeticSequence.title',
|
||||
description: 'number:arithmeticSequence.description',
|
||||
shortDescription: 'number:arithmeticSequence.shortDescription',
|
||||
userTypes: ['General Users']
|
||||
userTypes: ['generalUsers']
|
||||
}
|
||||
});
|
||||
|
@@ -12,6 +12,6 @@ export const tool = defineTool('number', {
|
||||
name: 'number:sum.title',
|
||||
description: 'number:sum.description',
|
||||
shortDescription: 'number:sum.shortDescription',
|
||||
userTypes: ['General Users']
|
||||
userTypes: ['generalUsers']
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user