diff --git a/ayanova/src/api/gzdialog.js b/ayanova/src/api/gzdialog.js index c1b40673..44ec1ce0 100644 --- a/ayanova/src/api/gzdialog.js +++ b/ayanova/src/api/gzdialog.js @@ -119,7 +119,9 @@ export default { async getReportChoice(vm, reports) { const result = await vm.$dialog.showAndWait(reportChooser, { reports: reports, - title: "MYTITLE" + title: "Choose a report", + oktext: "PrintIt!", + canceltext: "fuckthisshit" }); return result; } diff --git a/ayanova/src/components/report-chooser.vue b/ayanova/src/components/report-chooser.vue index a711f6c9..1a2792cf 100644 --- a/ayanova/src/components/report-chooser.vue +++ b/ayanova/src/components/report-chooser.vue @@ -11,7 +11,7 @@