WoTF and Insignia of the Horde Macro

I created the following macro to use WoTF and Insignia of the Horde on the same button but Insignia of the Horde doesn’t pop when I hold shift. Can anyone help me figure out why?

#showtooltip Will of the forsaken
/stopcasting
/cast [mod:shift] Insignia of the Horde
/cast [nomod:shift] Will of the Forsaken

I figured it out. Removing Will of the forsaken after #showtooltip did the trick.

That shouldn’t affect how it functions, just how it looks.

Optimized macro

#showtooltip
/stopcasting
/cast [mod:shift] Insignia of the Horde; Will of the Forsaken

Thanks I’ll give that a try, but yea, when I removed the text after #showtooltip it worked, so I don’t know.