LP1835990: remove i18n inside i18n element
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / copies.component.html
index 428fe44..709dff2 100644 (file)
@@ -16,7 +16,7 @@
 </ng-template>
 
 <ng-template #holdableTemplate let-copy="row" let-context="userContext">
-  <span *ngIf="context.holdable(copy)" i18n>
+  <span *ngIf="context.holdable(copy)">
     <div class="border-bottom">
       <a routerLink="/staff/catalog/hold/C"
         [queryParams]="{target: copy.id}"