VRFS-1967 - clear up error message to assist user

This commit is contained in:
Anthony Davis 2015-02-08 21:15:20 -06:00
parent d70ec7ac0e
commit f3bae8a97b
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@
context._.each(tracks.tracks, function(track) {
if(!track.instrument_id) {
logger.debug("ConfigureTracks validation error: all tracks with ports assigned must specify an instrument.");
context.JK.Banner.showAlert('All tracks with ports assigned must specify an instrument.');
context.JK.Banner.showAlert('Please use the instrument icons to choose what you plan to play on each track.');
return false;
}
});