Skip to content

Commit

Permalink
updated icon and removed unused i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 10, 2021
1 parent 6e64190 commit 91878bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const PackagePoliciesTable: React.FunctionComponent<Props> = ({
<EuiButton
key="addPackagePolicyButton"
isDisabled={!hasWriteCapabilities}
iconType="plusInCircle"
iconType="refresh"
onClick={() => {
application.navigateToApp(INTEGRATIONS_PLUGIN_ID, {
path: `#${pagePathGetters.integrations_all()[1]}`,
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 @@ -9080,7 +9080,6 @@
"xpack.fleet.createPackagePolicy.stepConfigurePackagePolicyTitle": "配置集成",
"xpack.fleet.createPackagePolicy.stepSelectAgentPolicyTitle": "选择代理策略",
"xpack.fleet.createPackagePolicy.StepSelectPolicy.addButton": "创建代理策略",
"xpack.fleet.createPackagePolicy.StepSelectPolicy.agentPolicyAgentsCountText": "{count, plural, other {# 个代理}}已注册",
"xpack.fleet.createPackagePolicy.StepSelectPolicy.agentPolicyAgentsDescriptionText": "{count, plural, other {# 个代理}}已注册到选定代理策略。",
"xpack.fleet.createPackagePolicy.StepSelectPolicy.agentPolicyLabel": "代理策略",
"xpack.fleet.createPackagePolicy.StepSelectPolicy.agentPolicyPlaceholderText": "选择要将此集成添加到的代理策略",
Expand Down

0 comments on commit 91878bd

Please sign in to comment.