Fix help buttons.
This commit is contained in:
parent
dad29a941f
commit
607a71b8cb
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user