Skip to content

Commit

Permalink
remove unneeded space
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Sep 29, 2021
1 parent e7a4ff8 commit 04816b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const config: PluginConfigDescriptor<ReportingConfigType> = {
}),
message: i18n.translate('xpack.reporting.deprecations.reportingRoles.description', {
defaultMessage:
`Granting reporting privilege through a "reporting_user" role will not be supported ` +
`Granting reporting privilege through a "reporting_user" role will not be supported` +
` starting in 8.0. Please set "xpack.reporting.roles.enabled" to "false" and grant reporting privileges to users` +
` using Kibana application privileges **Management > Security > Roles**.`,
}),
Expand Down

0 comments on commit 04816b1

Please sign in to comment.