Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Canvas] Change Markdown element title to Text #54194

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions x-pack/legacy/plugins/canvas/i18n/elements/element_strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,31 @@ export const getElementStrings = (): ElementStringDict => ({
},
dropdown_filter: {
displayName: i18n.translate('xpack.canvas.elements.dropdownFilterDisplayName', {
defaultMessage: 'Dropdown Filter',
defaultMessage: 'Dropdown filter',
}),
help: i18n.translate('xpack.canvas.elements.dropdownFilterHelpText', {
defaultMessage: 'A dropdown from which you can select values for an "exactly" filter',
}),
},
horizontalBarChart: {
displayName: i18n.translate('xpack.canvas.elements.horizontalBarChartDisplayName', {
defaultMessage: 'Horizontal Bar chart',
defaultMessage: 'Horizontal bar chart',
}),
help: i18n.translate('xpack.canvas.elements.horizontalBarChartHelpText', {
defaultMessage: 'A customizable horizontal bar chart',
}),
},
horizontalProgressBar: {
displayName: i18n.translate('xpack.canvas.elements.horizontalProgressBarDisplayName', {
defaultMessage: 'Horizontal Progress Bar',
defaultMessage: 'Horizontal progress bar',
}),
help: i18n.translate('xpack.canvas.elements.horizontalProgressBarHelpText', {
defaultMessage: 'Displays progress as a portion of a horizontal bar',
}),
},
horizontalProgressPill: {
displayName: i18n.translate('xpack.canvas.elements.horizontalProgressPillDisplayName', {
defaultMessage: 'Horizontal Progress Pill',
defaultMessage: 'Horizontal progress pill',
}),
help: i18n.translate('xpack.canvas.elements.horizontalProgressPillHelpText', {
defaultMessage: 'Displays progress as a portion of a horizontal pill',
Expand All @@ -103,10 +103,10 @@ export const getElementStrings = (): ElementStringDict => ({
},
markdown: {
displayName: i18n.translate('xpack.canvas.elements.markdownDisplayName', {
defaultMessage: 'Markdown',
defaultMessage: 'Text',
}),
help: i18n.translate('xpack.canvas.elements.markdownHelpText', {
defaultMessage: 'Markup from Markdown',
defaultMessage: 'Add text using Markdown',
}),
},
metric: {
Expand Down Expand Up @@ -135,23 +135,23 @@ export const getElementStrings = (): ElementStringDict => ({
},
progressGauge: {
displayName: i18n.translate('xpack.canvas.elements.progressGaugeDisplayName', {
defaultMessage: 'Progress Gauge',
defaultMessage: 'Progress gauge',
}),
help: i18n.translate('xpack.canvas.elements.progressGaugeHelpText', {
defaultMessage: 'Displays progress as a portion of a gauge',
}),
},
progressSemicircle: {
displayName: i18n.translate('xpack.canvas.elements.progressSemicircleDisplayName', {
defaultMessage: 'Progress Semicircle',
defaultMessage: 'Progress semicircle',
}),
help: i18n.translate('xpack.canvas.elements.progressSemicircleHelpText', {
defaultMessage: 'Displays progress as a portion of a semicircle',
}),
},
progressWheel: {
displayName: i18n.translate('xpack.canvas.elements.progressWheelDisplayName', {
defaultMessage: 'Progress Wheel',
defaultMessage: 'Progress wheel',
}),
help: i18n.translate('xpack.canvas.elements.progressWheelHelpText', {
defaultMessage: 'Displays progress as a portion of a wheel',
Expand Down Expand Up @@ -215,15 +215,15 @@ export const getElementStrings = (): ElementStringDict => ({
},
verticalProgressBar: {
displayName: i18n.translate('xpack.canvas.elements.verticalProgressBarDisplayName', {
defaultMessage: 'Vertical Progress Bar',
defaultMessage: 'Vertical progress bar',
}),
help: i18n.translate('xpack.canvas.elements.verticalProgressBarHelpText', {
defaultMessage: 'Displays progress as a portion of a vertical bar',
}),
},
verticalProgressPill: {
displayName: i18n.translate('xpack.canvas.elements.verticalProgressPillDisplayName', {
defaultMessage: 'Vertical Progress Pill',
defaultMessage: 'Vertical progress pill',
}),
help: i18n.translate('xpack.canvas.elements.verticalProgressPillHelpText', {
defaultMessage: 'Displays progress as a portion of a vertical pill',
Expand Down