Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored Feb 20, 2025
1 parent 87ebccc commit bfbb847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/LoggingLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function run(): SetupResult {
|| $configLogLevel > ILogger::FATAL
) {
return SetupResult::error(
$this->l10n->t('The %1$s configuration option must be a valid numeric value.', ['`loglevel`']),
$this->l10n->t('The %1$s configuration option must be a valid integer value.', ['`loglevel`']),
$this->urlGenerator->linkToDocs('admin-logging'),
);
}
Expand Down

0 comments on commit bfbb847

Please sign in to comment.