From 28e010fd0cc44db6f69612116853ea3f5d614364 Mon Sep 17 00:00:00 2001
From: Kraken <10617703+UnhealthyKraken@users.noreply.github.com>
Date: Tue, 17 Sep 2019 16:33:59 +0100
Subject: [PATCH] Update menu.tpl
---
views/menu.tpl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/views/menu.tpl b/views/menu.tpl
index c144a979c..3d843a4d7 100644
--- a/views/menu.tpl
+++ b/views/menu.tpl
@@ -226,11 +226,11 @@
% end
% if restart_required.updated == '1' and restart_required.configured == '1':
-
Bazarr need to be restarted to apply last update and changes to general settings. Click
here to restart.
+ Bazarr Needs To Be Restarted To Apply The Last Update & Changes To General Settings. Click
Here To Restart.
% elif restart_required.updated == '1':
- Bazarr need to be restarted to apply last update. Click
here to restart.
+ Bazarr Needs To Be Restarted To Apply Changes To The Last Update. Click
Here To Restart.
% elif restart_required.configured == '1':
- Bazarr need to be restarted to apply changes to general settings. Click
here to restart.
+ Bazarr Needs To Be Restarted To Apply Changes To General Settings. Click
Here To Restart.
% end