This commit is contained in:
2019-06-12 19:03:58 +00:00
parent 849bdf8b18
commit 11b439700c
2 changed files with 13 additions and 14 deletions

View File

@@ -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;
}