Fix help buttons.

This commit is contained in:
John Livingston 2024-06-04 15:54:00 +02:00
parent dad29a941f
commit 607a71b8cb
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ export class ChannelConfigurationElement extends LivechatElement {
<span>${this._channelConfiguration?.channel.displayName}</span>
<span>${this._channelConfiguration?.channel.name}</span>
</span>
<livechat-help-button .page="documentation/user/streamers/channel">
<livechat-help-button .page=${'documentation/user/streamers/channel'}>
</livechat-help-button>
</h1>
<p>${ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_DESC)}</p>

View File

@ -51,7 +51,7 @@ export class ChannelHomeElement extends LivechatElement {
<div class="margin-content peertube-plugin-livechat-configuration peertube-plugin-livechat-configuration-home">
<h1>
${ptTr(LOC_LIVECHAT_CONFIGURATION_TITLE)}
<livechat-help-button .page="documentation/user/streamers/channel">
<livechat-help-button .page=${'documentation/user/streamers/channel'}>
</livechat-help-button>
</h1>
<p>${ptTr(LOC_LIVECHAT_CONFIGURATION_DESC)}</p>