View | Details | Raw Unified | Return to bug 36618
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue (-7 / +6 lines)
Lines 374-389 Link Here
374
                >
374
                >
375
                    <legend>
375
                    <legend>
376
                        {{
376
                        {{
377
                            $__("%s linked biblio record").format(
377
                            title.title_id
378
                                title.title_id ? "Update" : "Create"
378
                                ? $__("Update linked bibliographic record")
379
                            )
379
                                : $__("Create linked bibliographic record")
380
                        }}:
380
                        }}:
381
                    </legend>
381
                    </legend>
382
                    <label for="create_linked_biblio"
382
                    <label for="create_linked_biblio"
383
                        >{{
383
                        >{{
384
                            $__("%s record").format(
384
                            title.title_id
385
                                title.title_id ? "Update" : "Create"
385
                                ? $__("Update record")
386
                            )
386
                                : $__("Create record")
387
                        }}:</label
387
                        }}:</label
388
                    >
388
                    >
389
                    <input
389
                    <input
390
- 

Return to bug 36618