fix(admin): add tag to html notification
Created by: HejdaJakub
- Adding tags to html notifications was broken because in html file is used ngIf for inputs and textareas, so item(1) never exists - plainText item(0) is replaced by htmlText item(0).
Created by: HejdaJakub