LP1855761 Typo when creating new carousel mapping
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 27 Oct 2020 22:54:17 +0000 (18:54 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 28 Jan 2021 23:28:47 +0000 (15:28 -0800)
Fixes two typos in the carousel messages.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html

index 3f50751..99f211a 100644 (file)
@@ -9,13 +9,13 @@
 <ng-template #updateFailedStrTmpl i18n>Update of {{idlClassDef.label}} failed</ng-template>
 <eg-string #updateFailedString [template]="updateFailedStrTmpl"></eg-string>
 
-<ng-template #deleteFailedStrTmpl i18n>Delete of carousel faiiled or was not allowed</ng-template>
+<ng-template #deleteFailedStrTmpl i18n>Delete of carousel failed or was not allowed</ng-template>
 <eg-string #deleteFailedString [template]="deleteFailedStrTmpl"></eg-string>
 
 <ng-template #deleteSuccessStrTmpl i18n>Carousel Successfully Deleted</ng-template>
 <eg-string #deleteSuccessString [template]="deleteSuccessStrTmpl"></eg-string>
 
-<ng-template #createStrTmpl i18n>{{idlClassDef.label}} Succeessfully Created</ng-template>
+<ng-template #createStrTmpl i18n>{{idlClassDef.label}} Successfully Created</ng-template>
 <eg-string #createString [template]="createStrTmpl"></eg-string>
 
 <ng-template #createErrStrTmpl i18n>Failed to create new {{idlClassDef.label}}</ng-template>