Smart Playlists: changed success message for 'Save' button
This commit is contained in:
parent
e6ee29f57c
commit
ac295243d4
|
@ -484,7 +484,7 @@ function callback(data, type) {
|
|||
form.find('.success').show();
|
||||
form.find('#smart_playlist_options').removeClass("closed");
|
||||
} else {
|
||||
form.find('.success').text('Criteria saved');
|
||||
form.find('.success').text('Smart Playlist saved');
|
||||
form.find('.success').show();
|
||||
|
||||
/* Update number of files that meet criteria and change icon to success/warning
|
||||
|
|
Loading…
Reference in New Issue