funds: fix wrong toast upon adding tag
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 7 Apr 2021 22:04:11 +0000 (18:04 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 7 Apr 2021 22:04:11 +0000 (18:04 -0400)
Addresses LH#17

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-tags.component.html

index c971577..2188a36 100644 (file)
@@ -1,7 +1,7 @@
 <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>