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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue (-2 / +1 lines)
Lines 174-180 export default { Link Here
174
                    }
174
                    }
175
                    if (success.invalid_filetype) {
175
                    if (success.invalid_filetype) {
176
                        message += `<p>${this.$__(
176
                        message += `<p>${this.$__(
177
                            "The file must be in .tsv or .csv format, please convert your file and try again."
177
                            "The file extension must be either .tsv or .csv, depending on the file format. No other extensions are accepted."
178
                        )}</p>`
178
                        )}</p>`
179
                        setWarning(message)
179
                        setWarning(message)
180
                    }
180
                    }
181
- 

Return to bug 36921