Skip to content

Commit

Permalink
update i18n message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Aug 2, 2021
1 parent 7b441d2 commit 850d864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/telemetry/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@ export const config: PluginConfigDescriptor<TelemetryConfigType> = {
addDeprecation({
message: i18n.translate('telemetry.config.url.deprecationMessage', {
defaultMessage:
'"{configPath}" has been deprecated. Use "telemetry.sendUsageTo: staging" to send usage to the staging telemetry cluster.',
'"{{configPath}}" has been deprecated. Set "telemetry.sendUsageTo: staging" to the Kibana configurations to send usage to the staging telemetry cluster.',
values: { configPath: fullConfigPath },
}),
correctiveActions: {
manualSteps: [
i18n.translate('telemetry.config.url.deprecationManualStep1', {
defaultMessage: 'Remove "{configPath}" from your Kibana configuration',
defaultMessage: 'Remove "{{configPath}}" from the Kibana configuration',
values: { configPath: fullConfigPath },
}),
i18n.translate('telemetry.config.url.deprecationManualStep2', {
defaultMessage:
'To send usage to staging, add "telemetry.sendUsageTo: staging" to your Kibana configuration.',
'To send usage to staging, add "telemetry.sendUsageTo: staging" to the Kibana configuration.',
values: { configPath: fullConfigPath },
}),
],
Expand Down

0 comments on commit 850d864

Please sign in to comment.