[web] Fix missing translation in the search page

Translation of the placeholder in the search bar (library and Spotify) is now translated.
This commit is contained in:
Alain Nussbaumer
2023-06-21 20:34:39 +02:00
parent f87c9d510f
commit 38090bd73d
5 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
v-model="search_query"
class="input is-rounded is-shadowless"
type="text"
placeholder="Search"
:placeholder="$t('page.search.placeholder')"
autocomplete="off"
/>
<span class="icon is-left"

View File

@@ -13,7 +13,7 @@
v-model="search_query"
class="input is-rounded is-shadowless"
type="text"
placeholder="Search"
:placeholder="$t('page.spotify.search.placeholder')"
autocomplete="off"
/>
<span class="icon is-left"