Template Fix for 1501-Red 1 Door with Wired Interface
select * from scp
where templateName = '1 Door with Wired Interface '
update scp
set templateName = '1 Door with Wired Interface'
where templateName = '1 Door with Wired Interface '
There is an erroneous space at the end of the template that does not get caught when updating.