Skip to content

Commit

Permalink
Change the copy and the id from blacklist to block list for consisten…
Browse files Browse the repository at this point in the history
…cy (elastic#65419)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
stratoula and elasticmachine committed May 7, 2020
1 parent 0de20b7 commit e51ca3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/graph/public/angular/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
</button>

<button class="kuiButton kuiButton--basic kuiButton--small" ng-disabled="workspace === null ||workspace.selectedNodes.length === 0"
tooltip="{{ ::'xpack.graph.sidebar.topMenu.blacklistButtonTooltip' | i18n: { defaultMessage: 'Blacklist selection from return to workspace' } }}"
aria-label="{{ ::'xpack.graph.sidebar.topMenu.blacklistButtonTooltip' | i18n: { defaultMessage: 'Blacklist selection from return to workspace' } }}"
tooltip="{{ ::'xpack.graph.sidebar.topMenu.blocklistButtonTooltip' | i18n: { defaultMessage: 'Block selection from appearing in workspace' } }}"
aria-label="{{ ::'xpack.graph.sidebar.topMenu.blocklistButtonTooltip' | i18n: { defaultMessage: 'Block selection from appearing in workspace' } }}"
ng-click="workspace.blacklistSelection();">
<span class="kuiIcon fa-ban"></span>
</button>
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 @@ -6592,7 +6592,6 @@
"xpack.graph.sidebar.selectionsTitle": "選択項目",
"xpack.graph.sidebar.styleVerticesTitle": "スタイルが選択された頂点",
"xpack.graph.sidebar.topMenu.addLinksButtonTooltip": "既存の用語の間にリンクを追加します",
"xpack.graph.sidebar.topMenu.blacklistButtonTooltip": "選択項目がワークスペースに戻らないようブラックリストに追加します",
"xpack.graph.sidebar.topMenu.customStyleButtonTooltip": "選択された頂点のカスタムスタイル",
"xpack.graph.sidebar.topMenu.drillDownButtonTooltip": "ドリルダウン",
"xpack.graph.sidebar.topMenu.expandSelectionButtonTooltip": "選択項目を拡張",
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 @@ -6597,7 +6597,6 @@
"xpack.graph.sidebar.selectionsTitle": "选择的内容",
"xpack.graph.sidebar.styleVerticesTitle": "样式选择的顶点",
"xpack.graph.sidebar.topMenu.addLinksButtonTooltip": "在现有字词之间添加链接",
"xpack.graph.sidebar.topMenu.blacklistButtonTooltip": "返回工作空间时选择的黑名单",
"xpack.graph.sidebar.topMenu.customStyleButtonTooltip": "定制样式选择的顶点",
"xpack.graph.sidebar.topMenu.drillDownButtonTooltip": "向下钻取",
"xpack.graph.sidebar.topMenu.expandSelectionButtonTooltip": "展开选择内容",
Expand Down

0 comments on commit e51ca3a

Please sign in to comment.