LP1993922 - Fix terminology Archival->Archiving
authorMichele Morgan <mmorgan@noblenet.org>
Mon, 24 Oct 2022 20:49:27 +0000 (16:49 -0400)
committerMichele Morgan <mmorgan@noblenet.org>
Mon, 24 Oct 2022 20:49:27 +0000 (16:49 -0400)
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>

Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.html

index bd9a39e..5302ac7 100644 (file)
@@ -5,8 +5,8 @@
 <eg-string #createString i18n-text text="{{tableName}} Was Created Successfully"></eg-string>
 <eg-string #deleteFailedString i18n-text text="Deletion of {{tableName}} failed or was not allowed"></eg-string>
 <eg-string #deleteSuccessString i18n-text text="Deletion of {{tableName}} was successful"></eg-string>
-<eg-string #archiveFailedString i18n-text text="Archival of {{tableName}} failed or was not allowed"></eg-string>
-<eg-string #archiveSuccessString i18n-text text="Archival of {{tableName}} succeeded"></eg-string>
+<eg-string #archiveFailedString i18n-text text="Archiving of {{tableName}} failed or was not allowed"></eg-string>
+<eg-string #archiveSuccessString i18n-text text="Archiving of {{tableName}} succeeded"></eg-string>
 <eg-string #flairTooltip i18n-text text="Limited Editing"></eg-string>
 
 <ul ngbNav #courseListNav="ngbNav" class="nav-tabs">
index 9d672f4..4cba86d 100644 (file)
@@ -75,5 +75,5 @@
 <div [ngbNavOutlet]="coursePageNav" class="mb-3"></div>
 
 
-<eg-string #archiveFailedString i18n-text text="Archival of Course failed or was not allowed"></eg-string>
-<eg-string #archiveSuccessString i18n-text text="Archival of Course succeeded"></eg-string>
+<eg-string #archiveFailedString i18n-text text="Archiving of Course failed or was not allowed"></eg-string>
+<eg-string #archiveSuccessString i18n-text text="Archiving of Course succeeded"></eg-string>