diff --git a/www/js/fpp.js b/www/js/fpp.js index d334b148c..e49afd6c3 100644 --- a/www/js/fpp.js +++ b/www/js/fpp.js @@ -6982,7 +6982,7 @@ function CommandSelectChanged ( line += "style='display:none'"; } line += - ">Multicast:'; if (data.hasOwnProperty('multisyncCommand')) { - tip += 'Multicast: '; + tip += 'Multisync: '; if (data.multisyncCommand) tip += 'Yes'; else tip += 'No'; tip += '
'; if (data.hasOwnProperty('multisyncHosts')) { - tip += 'Multicast Hosts: ' + data.multisyncHosts + '
'; + tip += 'Multisync Hosts: ' + data.multisyncHosts + '
'; } } var args = commandListByName[data.command]['args']; diff --git a/www/playlistEntryTypes.json b/www/playlistEntryTypes.json index 7fbe1ed5f..e358a10bd 100644 --- a/www/playlistEntryTypes.json +++ b/www/playlistEntryTypes.json @@ -303,7 +303,7 @@ }, "multisyncCommand": { "name": "multisyncCommand", - "description": "Multicast", + "description": "Multisync", "type": "bool", "optional": true, "hidden": true