fix translation source in directEditing templates

The 'Empty file' string is translated in `lib` - not in `core`.

Signed-off-by: Azul <azul@riseup.net>
pull/30119/head
Azul 2 years ago
parent 9a37ca9b48
commit 8535dc4255

@ -82,7 +82,7 @@ class Manager implements IManager {
$this->connection = $connection;
$this->userId = $userSession->getUser() ? $userSession->getUser()->getUID() : null;
$this->rootFolder = $rootFolder;
$this->l10n = $l10nFactory->get('core');
$this->l10n = $l10nFactory->get('lib');
$this->encryptionManager = $encryptionManager;
}

Loading…
Cancel
Save