Skip to content

Commit

Permalink
Fix internationalization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Oct 17, 2019
1 parent 349d35d commit c60b9b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const NoAccessPage = injectI18n(({ intl }) => (
id="xpack.fleet.noAccess.accessDeniedDescription"
defaultMessage="You are not authorized to access Elastic Fleet. To use Elastic Fleet,
you need a user role that contains read or all permissions for this application."
values={{ elasticFleetRole: '`elastic_admin`' }}
/>
</p>
</NoDataLayout>
Expand Down

0 comments on commit c60b9b8

Please sign in to comment.