mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
ab5943c71d
commit
8b862fea06
3 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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": "選択項目を拡張",
|
||||
|
|
|
@ -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": "展开选择内容",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue