diverse Übersetzungen
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
)
|
||||
|
Reference in New Issue
Block a user