LP1855761 Fix additional occurrences of 'Succeessfully'
authorMichele Morgan <mmorgan@noblenet.org>
Mon, 30 Nov 2020 19:32:31 +0000 (14:32 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 28 Jan 2021 23:28:47 +0000 (15:28 -0800)
Credit also to Christine Morgan and Martha Driscoll for working to
hammer out the process of editing and testing Angular files.

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

Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html

index 99aeace..07ee78d 100644 (file)
@@ -4,7 +4,7 @@
 <ng-template #editStrTmpl i18n>Org Unit Type Update Succeeded</ng-template>
 <eg-string #editString [template]="editStrTmpl"></eg-string>
 
-<ng-template #createStrTmpl i18n>Org Unit Type Succeessfully Created</ng-template>
+<ng-template #createStrTmpl i18n>Org Unit Type Successfully Created</ng-template>
 <eg-string #createString [template]="createStrTmpl"></eg-string>
 
 <ng-template #errorStrTmpl i18n>Org Unit Type Update Failed</ng-template>
index f6e6397..8a3ef47 100644 (file)
@@ -10,7 +10,7 @@
 <ng-template #deleteSuccessStrTmpl i18n>{{idlClassDef.label}} 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>