Addresses LH#17
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<ng-template #addSuccessStrTmpl i18n>Added tag</ng-template>
-<eg-string #addSuccessString [template]="removeSuccessStrTmpl"></eg-string>
+<eg-string #addSuccessString [template]="addSuccessStrTmpl"></eg-string>
<ng-template #addErrorStrTmpl i18n>Failed to add tag</ng-template>
-<eg-string #addErrorString [template]="removeErrorStrTmpl"></eg-string>
+<eg-string #addErrorString [template]="addErrorStrTmpl"></eg-string>
<ng-template #removeSuccessStrTmpl i18n>Removed tag</ng-template>
<eg-string #removeSuccessString [template]="removeSuccessStrTmpl"></eg-string>
<ng-template #removeErrorStrTmpl i18n>Failed to remove tag</ng-template>