aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-17 23:15:09 -0500
committerJesús <heckyel@hyperbola.info>2020-06-17 23:15:09 -0500
commita85e50be229dc61163953cc87660d70968cca3e0 (patch)
treea0fc97a2605e4b7fa9d4d489caeebb5980068f29 /libretube-theme
parent1ec1dcdf1c35387a50c8a65a8a5a2b4ab7c5fca9 (diff)
downloadlibretube-a85e50be229dc61163953cc87660d70968cca3e0.tar.lz
libretube-a85e50be229dc61163953cc87660d70968cca3e0.tar.xz
libretube-a85e50be229dc61163953cc87660d70968cca3e0.zip
Fix typo
Diffstat (limited to 'libretube-theme')
-rw-r--r--libretube-theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html
index d5c5fc0..b1f6d6d 100644
--- a/libretube-theme/templates/base.html
+++ b/libretube-theme/templates/base.html
@@ -176,7 +176,7 @@
<h6>Copyleft &copy; 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
{% if CURRENT_VERSION and CURRENT_BRANCH %}
- <h6>{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
+ <h6>{{ _('Versión Actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
{% endif %}
</footer> <!-- End Footer -->