Lines 56-66
export default {
Link Here
|
56 |
toolbar_options: [ |
56 |
toolbar_options: [ |
57 |
{ |
57 |
{ |
58 |
to: "EHoldingsLocalTitlesFormAdd", |
58 |
to: "EHoldingsLocalTitlesFormAdd", |
59 |
button_title: "New title", |
59 |
button_title: this.$__("New title"), |
60 |
}, |
60 |
}, |
61 |
{ |
61 |
{ |
62 |
to: "EHoldingsLocalTitlesFormImport", |
62 |
to: "EHoldingsLocalTitlesFormImport", |
63 |
button_title: "Import from list", |
63 |
button_title: this.$__("Import from list"), |
64 |
}, |
64 |
}, |
65 |
], |
65 |
], |
66 |
} |
66 |
} |