Skip to content

Commit f001cc7

Browse files
authored
Merge pull request #30119 from nextcloud/bugfix/noid/direct-editor-translation
Use proper translation source for direct editing
2 parents 9a37ca9 + 8535dc4 commit f001cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/DirectEditing/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct(
8282
$this->connection = $connection;
8383
$this->userId = $userSession->getUser() ? $userSession->getUser()->getUID() : null;
8484
$this->rootFolder = $rootFolder;
85-
$this->l10n = $l10nFactory->get('core');
85+
$this->l10n = $l10nFactory->get('lib');
8686
$this->encryptionManager = $encryptionManager;
8787
}
8888

0 commit comments

Comments
 (0)