Fix typo.

This commit is contained in:
John Livingston
2024-07-10 11:13:56 +02:00
parent 1989f84e94
commit a5bcfe61b2
38 changed files with 39 additions and 39 deletions

View File

@ -42,6 +42,6 @@ Users can hide the terms & conditions.
When doing so, terms won't be shown again, unless you change the content.
{{% notice info %}}
If your Peertube instance allows joining chat with [XMPP clients](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/advanced/xmpp_clients/), users using such clients will see the terms as chat messages, comming from a "Peertube" account.
If your Peertube instance allows joining chat with [XMPP clients](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/advanced/xmpp_clients/), users using such clients will see the terms as chat messages, coming from a "Peertube" account.
When you update terms, they will receive a new message with the update terms content.
{{% /notice %}}

View File

@ -106,7 +106,7 @@ Note: Standards XMPP clients won't be able to show the progress.
When a user joins the MUC, a similar message will be sent to this user (and this user only, to the new occupant session to be more specific).
This is done so that any compatible client can immediatly show the poll.
Note: clients should ignored `x-poll` data from archived messages, and only consider data comming from unarchived messages.
Note: clients should ignored `x-poll` data from archived messages, and only consider data coming from unarchived messages.
Otherwise they could show some outdated data.
### Poll end
@ -162,4 +162,4 @@ If so, and if message are not archived, it creates or updates the poll banner.
When clicking on a choice in the banner, it just sends a message in the chat ("!1" for example).
As the backend does no localization, it also translate on the fly the english sentences comming from the backend (in the form definition, in poll start/end message, and in bounce/error messages).
As the backend does no localization, it also translate on the fly the english sentences coming from the backend (in the form definition, in poll start/end message, and in bounce/error messages).