From 1ca1b5aefa3ded4f41f7762830a89c7f503959a3 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 9 Oct 2016 20:44:10 -0700 Subject: [PATCH] Chnage wording for branch checkout warning message --- data/interfaces/default/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 0817ba80..88365a83 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -2164,7 +2164,7 @@ $(document).ready(function() { showMsg(' Already on the ' + current_remote + ' ' + current_branch + ' branch.', false, true, 5000, true) } else { var msg = 'Are you sure you want to switch to the ' + new_remote + ' ' + new_branch + ' branch?' + - '
This may cause PlexPy to become unstable.
PlexPy will restart.'; + '
Switching branches may cause PlexPy to become unstable.

PlexPy will restart.'; $('#confirm-message').html(msg); $('#confirm-modal').modal(); $('#confirm-modal').one('click', '#confirm-button', function () {