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 @@ -283,7 +283,7 @@ } $('#restart_link').on('click', function(){ - $('#loader_text').text("Bazarr is restarting, please wait..."); + $('#loader_text').text("Bazarr is restarting. Please Wait..."); $.ajax({ url: "{{base_url}}restart", async: true @@ -377,7 +377,7 @@ button = [ Noty.button('Refresh', 'ui tiny primary button', function () { window.location.reload() }) ]; } else if (button === 'restart') { // to be completed - button = [ Noty.button('Restart', 'ui tiny primary button', function () { alert('Restart not implemented yet!') }) ]; + button = [ Noty.button('Restart', 'ui tiny primary button', function () { alert('Restart Not Implemented Yet!') }) ]; } else { button = []; } @@ -489,4 +489,4 @@ $(window).bind('beforeunload', function(){ clearTimeout(tasksTimeout); }); - \ No newline at end of file +