Skip to content

Commit

Permalink
small linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Jun 15, 2021
1 parent ac17846 commit cd37895
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export const EmptyList: FunctionComponent = () => {
<FormattedMessage
id="xpack.ingestPipelines.list.table.emptyPromptDescription"
defaultMessage="For example, you might create a pipeline with one processor that removes a field and another processor that renames a field."
/>
{' '}
/>{' '}
<EuiLink href={services.documentation.getIngestNodeUrl()} target="_blank" external>
{i18n.translate('xpack.ingestPipelines.list.table.emptyPromptDocumentionLink', {
defaultMessage: 'Learn more',
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -11968,7 +11968,6 @@
"xpack.ingestPipelines.deleteModal.multipleErrorsNotificationMessageText": "{count}件のパイプラインの削除エラー",
"xpack.ingestPipelines.deleteModal.successDeleteSingleNotificationMessageText": "パイプライン'{pipelineName}'を削除しました",
"xpack.ingestPipelines.edit.docsButtonLabel": "パイプラインドキュメントを編集",
"xpack.ingestPipelines.edit.fetchPipelineError": "パイプラインの読み込みエラー",
"xpack.ingestPipelines.edit.loadingPipelinesDescription": "パイプラインを読み込んでいます…",
"xpack.ingestPipelines.edit.pageTitle": "パイプライン'{name}'を編集",
"xpack.ingestPipelines.form.cancelButtonLabel": "キャンセル",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -12130,7 +12130,6 @@
"xpack.ingestPipelines.deleteModal.successDeleteMultipleNotificationMessageText": "已删除 {numSuccesses, plural, other {# 个管道}}",
"xpack.ingestPipelines.deleteModal.successDeleteSingleNotificationMessageText": "已删除管道“{pipelineName}”",
"xpack.ingestPipelines.edit.docsButtonLabel": "编辑管道文档",
"xpack.ingestPipelines.edit.fetchPipelineError": "加载管道时出错",
"xpack.ingestPipelines.edit.loadingPipelinesDescription": "正在加载管道……",
"xpack.ingestPipelines.edit.pageTitle": "编辑管道“{name}”",
"xpack.ingestPipelines.form.cancelButtonLabel": "取消",
Expand Down

0 comments on commit cd37895

Please sign in to comment.