This commit is contained in:
@@ -119,9 +119,9 @@ export default {
|
||||
async getReportChoice(vm, reports) {
|
||||
const result = await vm.$dialog.showAndWait(reportChooser, {
|
||||
reports: reports,
|
||||
title: "Choose a report",
|
||||
oktext: "PrintIt!",
|
||||
canceltext: "fuckthisshit"
|
||||
title: vm.$gzlocale.get("Report"),
|
||||
oktext: vm.$gzlocale.get("Print"),
|
||||
canceltext: vm.$gzlocale.get("Cancel")
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -62,6 +62,7 @@ export default {
|
||||
"Delete",
|
||||
"OK",
|
||||
"Print",
|
||||
"Report",
|
||||
"WikiPage",
|
||||
"Duplicate",
|
||||
"RecordHistory",
|
||||
|
||||
Reference in New Issue
Block a user