Skip to content

Commit 24acf00

Browse files
authored
Doc fix (#12)
1 parent 8f4fe2a commit 24acf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/WebUIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private function getConfiguration(&$configName)
183183
$configurationManager = $this->get('php_translation.configuration_manager');
184184
$configName = $configName !== null ? $configName : $configurationManager->getFirstName();
185185
if ($configName === null) {
186-
throw new \LogicException('You must configure at least one key under translation.config');
186+
throw new \LogicException('You must configure at least one key under translation.configs');
187187
}
188188

189189
$config = $configurationManager->getConfiguration($configName);

0 commit comments

Comments
 (0)