diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-18 11:27:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-18 11:27:49 -0500 |
commit | 6989ea3af599ac197b2b0c7f64eae17b9bce85e4 (patch) | |
tree | 00c5b3b2659570e3d56619d25b635d929fa3632f /plugins | |
parent | a85e50be229dc61163953cc87660d70968cca3e0 (diff) | |
download | libretube-6989ea3af599ac197b2b0c7f64eae17b9bce85e4.tar.lz libretube-6989ea3af599ac197b2b0c7f64eae17b9bce85e4.tar.xz libretube-6989ea3af599ac197b2b0c7f64eae17b9bce85e4.zip |
update translations
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/get_app_version/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/get_app_version/README.md b/plugins/get_app_version/README.md index 47cc661..3233051 100644 --- a/plugins/get_app_version/README.md +++ b/plugins/get_app_version/README.md @@ -15,7 +15,7 @@ In your pelicanconf.py, add: In your template, add: {% if CURRENT_VERSION and CURRENT_BRANCH %} - <h6>{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> + <h6>{{ _('Current version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> {% endif %} License |