fixing typo
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 23 Jan 2019 14:18:55 +0000 (06:18 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 23 Jan 2019 14:18:55 +0000 (06:18 -0800)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.ts

index 18f54fb..7eba785 100644 (file)
@@ -127,7 +127,7 @@ export class ManageReservationsComponent implements OnInit {
   }
 
   handleSuccessfulCancel(res: any) {
-    this.toast.success("Reservation successfully canceled"); # TODO: needs i18n, pluralization
+    this.toast.success("Reservation successfully canceled"); // TODO: needs i18n, pluralization
     this.grid.reload();
   }