diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-14 21:08:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-14 21:08:49 -0500 |
commit | 04736c12f12b32c3e0d608d5000a7cdd395fe9d8 (patch) | |
tree | 6636be24b7672b5265ee9e56f6d8164a5f17e19f /libretube-theme/templates/base.html | |
parent | fc4582e6252e697b5385abe5a31e20ad812aadcd (diff) | |
download | libretube-04736c12f12b32c3e0d608d5000a7cdd395fe9d8.tar.lz libretube-04736c12f12b32c3e0d608d5000a7cdd395fe9d8.tar.xz libretube-04736c12f12b32c3e0d608d5000a7cdd395fe9d8.zip |
Fix missing translate search
Diffstat (limited to 'libretube-theme/templates/base.html')
-rw-r--r-- | libretube-theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index 13fb200..b020bab 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -35,7 +35,7 @@ <a href="{{ SITEURL }}/" rel="home"><img class="logo" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logo.svg" alt="logo"></a> </div> <div class="col-lg-5 align-self-center"> - <form action="{{ SITEURL }}/buscar.php"><input placeholder="Type to search..." type="search" name="q" required></form> + <form action="{{ SITEURL }}/buscar.php"><input placeholder="{{ _('Escribe para buscar...') }}" type="search" name="q" required></form> </div> <div class="col-lg-5 menu-profile"> |