Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 10, 2020
1 parent 1339af9 commit e262dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/config/create_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function createConfig$(core: CoreSetup, context: PluginInitializerContext
// disableSandbox was not set: apply default for OS
const { os, disableSandbox } = await getDefaultChromiumSandboxDisabled();
logger.debug(
i18n.translate(`xpack.reporting.serverConfig.osDetected`, {
i18n.translate('xpack.reporting.serverConfig.osDetected', {
defaultMessage:
'Running on OS: "{osName}", distribution: "{dist}", release: "${release}"',
values: { osName: os.os, dist: os.dist, release: os.release },
Expand Down

0 comments on commit e262dec

Please sign in to comment.