diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html
index 63f42ffc..6ee7e5ee 100644
--- a/data/interfaces/default/base.html
+++ b/data/interfaces/default/base.html
@@ -55,8 +55,10 @@
newer version of Tautulli is available!
You are ${plexpy.COMMITS_BEHIND} commit${'s' if plexpy.COMMITS_BEHIND > 1 else ''} behind.
% endif
- % if plexpy.DOCKER:
+ % if plexpy.INSTALL_TYPE == 'docker':
Update your Docker container or Dismiss
+ % elif plexpy.INSTALL_TYPE in ('windows', 'macos'):
+ Download and install the latest version or Dismiss
% else:
Update or Dismiss
% endif