From acde14372d71a969612ee19a6c583fd5b15557b5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 29 Sep 2017 17:01:13 +0200 Subject: [PATCH] PDF editor: Change default text --- .../static/pretixplugins/ticketoutputpdf/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js index e3342a88b2..a832de9c1a 100644 --- a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js +++ b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js @@ -382,7 +382,7 @@ var editor = { }, _add_text: function () { - var text = new fabric.Textarea(editor._get_text_sample('item'), { + var text = new fabric.Textarea(editor._get_text_sample('event_name'), { left: 100, top: 100, width: editor._mm2px(50),