Fixed 3 static strings to use the translations
This commit is contained in:
parent
48ff7cd2a4
commit
f7b17adb47
|
@ -40,7 +40,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<ft-button
|
<ft-button
|
||||||
label="SUBSCRIBE"
|
:label="$t('Channel.Subscribe')"
|
||||||
background-color="var(--primary-color)"
|
background-color="var(--primary-color)"
|
||||||
text-color="var(--text-with-main-color)"
|
text-color="var(--text-with-main-color)"
|
||||||
class="subscribeButton"
|
class="subscribeButton"
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
:value="videoSelectValues[0]"
|
:value="videoSelectValues[0]"
|
||||||
:select-names="videoSelectNames"
|
:select-names="videoSelectNames"
|
||||||
:select-values="videoSelectValues"
|
:select-values="videoSelectValues"
|
||||||
placeholder="Sort By"
|
:placeholder="$t('Search Filters.Sort By.Sort By')"
|
||||||
@change="videoSortBy = $event"
|
@change="videoSortBy = $event"
|
||||||
/>
|
/>
|
||||||
<ft-select
|
<ft-select
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
:value="playlistSelectValues[0]"
|
:value="playlistSelectValues[0]"
|
||||||
:select-names="playlistSelectNames"
|
:select-names="playlistSelectNames"
|
||||||
:select-values="playlistSelectValues"
|
:select-values="playlistSelectValues"
|
||||||
placeholder="Sort By"
|
:placeholder="$t('Search Filters.Sort By.Sort By')"
|
||||||
@change="playlistSortBy = $event"
|
@change="playlistSortBy = $event"
|
||||||
/>
|
/>
|
||||||
</ft-flex-box>
|
</ft-flex-box>
|
||||||
|
|
Loading…
Reference in New Issue