PHRAS-3699 fix missing translation (#4076)

This commit is contained in:
Aina Sitraka
2022-07-06 13:18:26 +03:00
committed by GitHub
parent e53b7cc811
commit 767b9a31d7
12 changed files with 192 additions and 118 deletions

View File

@@ -34,6 +34,7 @@ class PDF
$this->app = $app;
$pdf = new PhraseaPDF("P", "mm", "A4", true, 'UTF-8', false);
$pdf->setApp($app);
$pdf->SetAuthor("Phraseanet");
$pdf->SetTitle("Phraseanet Print");