🐛 fix(system): Add time unit translations for user registration settings in multiple languages

This commit is contained in:
web
2025-08-11 04:06:39 -07:00
committed by speakeloudest
parent 86a75ee48f
commit e7844d077b
25 changed files with 287 additions and 190 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ export default function Page() {
<DrawerDescription>{ticket?.description}</DrawerDescription>
</DrawerHeader>
<ScrollArea className='h-full overflow-hidden' ref={scrollRef}>
<div className='flex h-screen flex-col gap-4 p-4'>
<div className='flex h-full flex-col gap-4 p-4'>
{ticket?.follow?.map((item) => (
<div
key={item.id}