Fix english typo.

This commit is contained in:
John Livingston
2024-06-25 17:23:20 +02:00
parent 76cc4b4d07
commit c588a73233
40 changed files with 326 additions and 305 deletions

View File

@ -72,7 +72,7 @@ function getPeertubeButtons () {
export default (el) => {
if (!api.settings.get('livechat_mini_muc_head')) {
// original Template (this settings comes with livechatMiniMucHeadPlugin)
// original Template (this setting comes with livechatMiniMucHeadPlugin)
return html`${tplMucHead(el)}`
}