Skip to content

Commit

Permalink
Add apm path to .i18nrc.json to fix internationalization error
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed May 18, 2020
1 parent 09fa018 commit d85152f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"visTypeVislib": "src/plugins/vis_type_vislib",
"visTypeXy": "src/plugins/vis_type_xy",
"visualizations": "src/plugins/visualizations",
"visualize": "src/plugins/visualize"
"visualize": "src/plugins/visualize",
"apm": "src/plugins/apm_oss"
},
"exclude": [
"src/legacy/ui/ui_render/ui_render_mixin.js"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/tutorial/elastic_cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function createElasticCloudInstructions(cloudSetup?: CloudSetup) {
function getApmServerInstructionSet(cloudSetup?: CloudSetup) {
const cloudId = cloudSetup?.cloudId;
return {
title: i18n.translate('apm.tutorial.apmServer.title', {
title: i18n.translate('xpack.apm.tutorial.apmServer.title', {
defaultMessage: 'APM Server'
}),
instructionVariants: [
Expand Down

0 comments on commit d85152f

Please sign in to comment.