mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Fixing 'Students' not available bug
This commit is contained in:
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:checkLeapYears.title',
|
||||
description: 'time:checkLeapYears.description',
|
||||
shortDescription: 'time:checkLeapYears.shortDescription',
|
||||
userTypes: ['General Users', 'Students']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:convertDaysToHours.title',
|
||||
description: 'time:convertDaysToHours.description',
|
||||
shortDescription: 'time:convertDaysToHours.shortDescription',
|
||||
userTypes: ['General Users', 'Students']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:convertHoursToDays.title',
|
||||
description: 'time:convertHoursToDays.description',
|
||||
shortDescription: 'time:convertHoursToDays.shortDescription',
|
||||
userTypes: ['General Users', 'Students']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:convertSecondsToTime.title',
|
||||
description: 'time:convertSecondsToTime.description',
|
||||
shortDescription: 'time:convertSecondsToTime.shortDescription',
|
||||
userTypes: ['General Users', 'Students']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:convertTimeToSeconds.title',
|
||||
description: 'time:convertTimeToSeconds.description',
|
||||
shortDescription: 'time:convertTimeToSeconds.shortDescription',
|
||||
userTypes: ['General Users', 'Students', 'Developers']
|
||||
userTypes: ['General Users', 'Developers']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:timeBetweenDates.title',
|
||||
description: 'time:timeBetweenDates.description',
|
||||
shortDescription: 'time:timeBetweenDates.shortDescription',
|
||||
userTypes: ['General Users', 'Students', 'Developers']
|
||||
userTypes: ['General Users', 'Developers']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
|
||||
name: 'time:truncateClockTime.title',
|
||||
description: 'time:truncateClockTime.description',
|
||||
shortDescription: 'time:truncateClockTime.shortDescription',
|
||||
userTypes: ['General Users', 'Students', 'Developers']
|
||||
userTypes: ['General Users', 'Developers']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user