mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix: portable document format --> pdf
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
c7bcd92f63
commit
4a1e7492ee
1 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ class ConversionProvider implements IConversionProvider {
|
|||
[$targetMimeType]
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
return $this->remoteService->convertFileTo($file, $targetFileExtension);
|
||||
}
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ class ConversionProvider implements IConversionProvider {
|
|||
return [
|
||||
'application/pdf' => [
|
||||
'extension' => 'pdf',
|
||||
'displayName' => $this->l10n->t('Portable Document Format (.pdf)'),
|
||||
'displayName' => $this->l10n->t('PDF (.pdf)'),
|
||||
],
|
||||
'image/png' => [
|
||||
'extension' => 'png',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue