mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-21 23:37:15 +00:00
fix grammar
This commit is contained in:
parent
7053110240
commit
97e7161bbe
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ export function OptionalDropdown() {
|
|||
<Trans i18nKey="settings.connections.febbox.description">
|
||||
Bringing your own UI token allows you to get faster 4K streams.
|
||||
We only have a limited number of tokens, so bringing your own
|
||||
helps speed your streams when traffic is high.
|
||||
helps speed up your streams when traffic is high.
|
||||
</Trans>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
|
|||
<Trans i18nKey="settings.connections.febbox.description">
|
||||
Bringing your own UI token allows you to get faster 4K streams. We
|
||||
only have a limited number of tokens, so bringing your own helps
|
||||
speed your streams when traffic is high.
|
||||
speed up your streams when traffic is high.
|
||||
</Trans>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue