Skip to content

Commit

Permalink
Update vega_parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Aug 11, 2020
1 parent 07680a7 commit d8b2ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/vis_type_vega/public/data_model/vega_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ export class VegaParser {
throw new Error(
i18n.translate('visTypeVega.vegaParser.inputSpecDoesNotSpecifySchemaErrorMessage', {
defaultMessage: `Your specification requires a {schemaParam} field with a valid URL for
[Vega]({vegaSchemaUrl}) or
[Vega-Lite]({vegaLiteSchemaUrl}).
Vega (see {vegaSchemaUrl}) or
Vega-Lite (see {vegaLiteSchemaUrl}).
The URL is an identifier only. Kibana and your browser will never access this URL.`,
values: {
schemaParam: '"$schema"',
Expand Down

0 comments on commit d8b2ac9

Please sign in to comment.