Change the copy and the id from blacklist to block list for consistency (#65419)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Stratoula Kalafateli 2020-05-07 13:21:47 +03:00 committed by GitHub
parent ab5943c71d
commit 8b862fea06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -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>

View file

@ -6589,7 +6589,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": "選択項目を拡張",

View file

@ -6594,7 +6594,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": "展开选择内容",