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>
<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>
<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>