We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4fe2a commit 24acf00Copy full SHA for 24acf00
Controller/WebUIController.php
@@ -183,7 +183,7 @@ private function getConfiguration(&$configName)
183
$configurationManager = $this->get('php_translation.configuration_manager');
184
$configName = $configName !== null ? $configName : $configurationManager->getFirstName();
185
if ($configName === null) {
186
- throw new \LogicException('You must configure at least one key under translation.config');
+ throw new \LogicException('You must configure at least one key under translation.configs');
187
}
188
189
$config = $configurationManager->getConfiguration($configName);
0 commit comments