diverse Übersetzungen
This commit is contained in:
@ -65,7 +65,7 @@ export const UsageProgressBars = ({ workspace }: Props) => {
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
<Text fontSize="sm" fontStyle="italic" color="gray.500">
|
<Text fontSize="sm" fontStyle="italic" color="gray.500">
|
||||||
(Resets on {data?.resetsAt.toLocaleDateString()})
|
(Erneuert am {data?.resetsAt.toLocaleDateString()})
|
||||||
</Text>
|
</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ export const BubbleMenuButton = (props: Props) => {
|
|||||||
<Text fontSize="lg" fontWeight="semibold">
|
<Text fontSize="lg" fontWeight="semibold">
|
||||||
Bubble
|
Bubble
|
||||||
</Text>
|
</Text>
|
||||||
<Text textColor="gray.500">Embed in a chat bubble</Text>
|
<Text textColor="gray.500">Als Chat bubble einbetten</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
</MotionStack>
|
</MotionStack>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user