aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLouis Vézina <[email protected]>2019-12-26 18:22:05 -0500
committerLouis Vézina <[email protected]>2019-12-26 18:22:05 -0500
commit376d57e4e7abb1bd34e885bc13d9b77200637030 (patch)
tree4a9fcf0125a7c3abaaac5d08cabf808f2c79b342
parent49e2d9482d5e4897fb246a1c566c40c38acc8439 (diff)
downloadbazarr-376d57e4e7abb1bd34e885bc13d9b77200637030.tar.gz
bazarr-376d57e4e7abb1bd34e885bc13d9b77200637030.zip
Updated Python 2.7.x end of support date and deprecation warning.v0.8.4
-rw-r--r--views/menu.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/menu.tpl b/views/menu.tpl
index 923f8fbc7..60be0aecb 100644
--- a/views/menu.tpl
+++ b/views/menu.tpl
@@ -243,7 +243,7 @@
<div class="item">If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image that should be available within a couple of days.</div>
% end
% if os.name == 'nt':
- <div class="item">If you have installed using the Windows Installer, we'll provide a new installer soon that will upgrade your current installation (make sure to not change installation directory).</div>
+ <div class="item">If you have installed using the Windows Installer, just download the new installer that will upgrade your current installation (make sure to not change installation directory).</div>
% end
<div class="item">If you are running from source, it's up to you to install Python 3 (don't forget requirements.txt) and use it to run Bazarr.</div>
</div>