Skip to content

Commit a7ed91e

Browse files
authored
Change the copy and the id from blacklist to block list for consistency (#65419) (#65662)
1 parent 8955488 commit a7ed91e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

x-pack/plugins/graph/public/angular/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
</button>
123123

124124
<button class="kuiButton kuiButton--basic kuiButton--small" ng-disabled="workspace === null ||workspace.selectedNodes.length === 0"
125-
tooltip="{{ ::'xpack.graph.sidebar.topMenu.blacklistButtonTooltip' | i18n: { defaultMessage: 'Blacklist selection from return to workspace' } }}"
126-
aria-label="{{ ::'xpack.graph.sidebar.topMenu.blacklistButtonTooltip' | i18n: { defaultMessage: 'Blacklist selection from return to workspace' } }}"
125+
tooltip="{{ ::'xpack.graph.sidebar.topMenu.blocklistButtonTooltip' | i18n: { defaultMessage: 'Block selection from appearing in workspace' } }}"
126+
aria-label="{{ ::'xpack.graph.sidebar.topMenu.blocklistButtonTooltip' | i18n: { defaultMessage: 'Block selection from appearing in workspace' } }}"
127127
ng-click="workspace.blacklistSelection();">
128128
<span class="kuiIcon fa-ban"></span>
129129
</button>

x-pack/plugins/translations/translations/ja-JP.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6592,7 +6592,6 @@
65926592
"xpack.graph.sidebar.selectionsTitle": "選択項目",
65936593
"xpack.graph.sidebar.styleVerticesTitle": "スタイルが選択された頂点",
65946594
"xpack.graph.sidebar.topMenu.addLinksButtonTooltip": "既存の用語の間にリンクを追加します",
6595-
"xpack.graph.sidebar.topMenu.blacklistButtonTooltip": "選択項目がワークスペースに戻らないようブラックリストに追加します",
65966595
"xpack.graph.sidebar.topMenu.customStyleButtonTooltip": "選択された頂点のカスタムスタイル",
65976596
"xpack.graph.sidebar.topMenu.drillDownButtonTooltip": "ドリルダウン",
65986597
"xpack.graph.sidebar.topMenu.expandSelectionButtonTooltip": "選択項目を拡張",

x-pack/plugins/translations/translations/zh-CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6597,7 +6597,6 @@
65976597
"xpack.graph.sidebar.selectionsTitle": "选择的内容",
65986598
"xpack.graph.sidebar.styleVerticesTitle": "样式选择的顶点",
65996599
"xpack.graph.sidebar.topMenu.addLinksButtonTooltip": "在现有字词之间添加链接",
6600-
"xpack.graph.sidebar.topMenu.blacklistButtonTooltip": "返回工作空间时选择的黑名单",
66016600
"xpack.graph.sidebar.topMenu.customStyleButtonTooltip": "定制样式选择的顶点",
66026601
"xpack.graph.sidebar.topMenu.drillDownButtonTooltip": "向下钻取",
66036602
"xpack.graph.sidebar.topMenu.expandSelectionButtonTooltip": "展开选择内容",

0 commit comments

Comments
 (0)