Fix warning
This commit is contained in:
parent
dc756df34f
commit
dfc20e90df
|
@ -15,7 +15,7 @@
|
|||
{{
|
||||
$gettext(
|
||||
'Search for your favorite videos, channels and playlists on <a class="peertube-link" href="%{indexedInstancesUrl}" target="_blank">%{instancesCount} PeerTube websites</a> indexed by %{indexName}!',
|
||||
{ instancesCount: instancesCount, indexedInstancesUrl: indexedInstancesUrl, indexName: indexName },
|
||||
{ instancesCount: instancesCount + '', indexedInstancesUrl: indexedInstancesUrl, indexName: indexName },
|
||||
true
|
||||
)
|
||||
}}
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
data () {
|
||||
return {
|
||||
instancesCount: undefined,
|
||||
instancesCount: 0,
|
||||
indexedInstancesUrl: '',
|
||||
indexName: '',
|
||||
formSearch: '',
|
||||
|
|
Loading…
Reference in New Issue