diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-06 18:09:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-06 18:09:43 -0500 |
commit | 0ba05886483da41cb768b13048f9ed3bb2763832 (patch) | |
tree | ffcf510124cca43bcd7cf8d9e78eff6600ad258b /templates/index.tpl | |
parent | d9aa1f35095965c1d03c8202984993a0534ed9a6 (diff) | |
download | ytlibre-0ba05886483da41cb768b13048f9ed3bb2763832.tar.lz ytlibre-0ba05886483da41cb768b13048f9ed3bb2763832.tar.xz ytlibre-0ba05886483da41cb768b13048f9ed3bb2763832.zip |
Fix styles frond
Diffstat (limited to 'templates/index.tpl')
-rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 009b456..050c67e 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -18,7 +18,7 @@ <hr> <form method="get" autocomplete="off" class="formulario"> <input name="link" type="search" placeholder="Enlace de Youtube"/> - <input class="boton" name="submit" type="submit" value="Decodificar"/> + <input class="boton" type="submit" value="Query"/> </form> </section> <footer> |