We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0151cb0 commit 1221874Copy full SHA for 1221874
src/components/InVoiceActions.tsx
@@ -198,7 +198,7 @@ function CallTime(props: { channelId: string }) {
198
}}
199
>
200
<Trans key="inVoiceActions.connectedFor" options={{ time: time() }}>
201
- Connected for{" "}
+ Connected for
202
<Text size={12} opacity={0.6}>
203
{"time"}
204
</Text>
src/components/post-area/PostItem.tsx
@@ -707,7 +707,7 @@ const PollEmbed = (props: { post: Post; poll: RawPostPoll }) => {
707
708
709
{"count"}
710
- </Text>{" "}
+ </Text>
711
vote(s)
712
</Trans>
713
0 commit comments