Skip to content

Commit

Permalink
Update ui.ts
Browse files Browse the repository at this point in the history
hopefully last i18n fix
  • Loading branch information
maggieghamry committed Mar 18, 2020
1 parent e44347f commit ba95628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/canvas/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export const DataSourceStrings = {
defaultMessage: 'Interval',
}),
queryLabel: () =>
i18n.translate('xpack.canvas.uis.dataSources.timelion.queryUrl', {
i18n.translate('xpack.canvas.uis.dataSources.timelion.queryLabel', {
defaultMessage: '{timelion} Query String syntax',
values: {
timelion: TIMELION,
Expand Down

0 comments on commit ba95628

Please sign in to comment.