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 () {