2
0

diverse Übersetzungen

This commit is contained in:
2024-09-12 14:03:38 +02:00
parent fd4f4f5232
commit 2c69a556c1
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export const UsageProgressBars = ({ workspace }: Props) => {
</Tooltip>
)}
<Text fontSize="sm" fontStyle="italic" color="gray.500">
(Resets on {data?.resetsAt.toLocaleDateString()})
(Erneuert am {data?.resetsAt.toLocaleDateString()})
</Text>
</HStack>

View File

@ -26,7 +26,7 @@ export const BubbleMenuButton = (props: Props) => {
<Text fontSize="lg" fontWeight="semibold">
Bubble
</Text>
<Text textColor="gray.500">Embed in a chat bubble</Text>
<Text textColor="gray.500">Als Chat bubble einbetten</Text>
</Stack>
</MotionStack>
)