mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user