mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Chnage wording for branch checkout warning message
This commit is contained in:
parent
9eec985fb9
commit
1ca1b5aefa
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ $(document).ready(function() {
|
||||||
showMsg('<i class="fa fa-exclamation-circle"></i> Already on the ' + current_remote + ' ' + current_branch + ' branch.', false, true, 5000, true)
|
showMsg('<i class="fa fa-exclamation-circle"></i> Already on the ' + current_remote + ' ' + current_branch + ' branch.', false, true, 5000, true)
|
||||||
} else {
|
} else {
|
||||||
var msg = 'Are you sure you want to switch to the <strong>' + new_remote + ' ' + new_branch + '</strong> branch?' +
|
var msg = 'Are you sure you want to switch to the <strong>' + new_remote + ' ' + new_branch + '</strong> branch?' +
|
||||||
'<br />This may cause PlexPy to become unstable.<br />PlexPy will restart.';
|
'<br />Switching branches may cause PlexPy to become unstable.<br /><br />PlexPy will restart.';
|
||||||
$('#confirm-message').html(msg);
|
$('#confirm-message').html(msg);
|
||||||
$('#confirm-modal').modal();
|
$('#confirm-modal').modal();
|
||||||
$('#confirm-modal').one('click', '#confirm-button', function () {
|
$('#confirm-modal').one('click', '#confirm-button', function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue