mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:23:09 +02:00
fix: typo
This commit is contained in:
parent
118dedb441
commit
56a719f0d4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<XWindow :initial-width="640" :initial-height="402" :can-resize="true" :close-button="true">
|
||||
<template #header>
|
||||
<i class="icon fa-brands fa-youtube" style="margin-right: 0.5em;"></i>
|
||||
<span>{{ title ?? 'Youtube Player' }}</span>
|
||||
<span>{{ title ?? 'YouTube Player' }}</span>
|
||||
</template>
|
||||
|
||||
<div class="poamfof">
|
||||
|
|
Loading…
Reference in a new issue