Fixed 3 static strings to use the translations

This commit is contained in:
Luca 2020-08-24 22:13:05 +02:00
parent 48ff7cd2a4
commit f7b17adb47
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
</span>
</div>
<ft-button
label="SUBSCRIBE"
:label="$t('Channel.Subscribe')"
background-color="var(--primary-color)"
text-color="var(--text-with-main-color)"
class="subscribeButton"
@ -78,7 +78,7 @@
:value="videoSelectValues[0]"
:select-names="videoSelectNames"
:select-values="videoSelectValues"
placeholder="Sort By"
:placeholder="$t('Search Filters.Sort By.Sort By')"
@change="videoSortBy = $event"
/>
<ft-select
@ -87,7 +87,7 @@
:value="playlistSelectValues[0]"
:select-names="playlistSelectNames"
:select-values="playlistSelectValues"
placeholder="Sort By"
:placeholder="$t('Search Filters.Sort By.Sort By')"
@change="playlistSortBy = $event"
/>
</ft-flex-box>