mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] made unprivileged text more generic (#189063)
## Summary Closes https://github.com/elastic/kibana/issues/188893 Adjust text so it's more generic, fits Windows platform better. <img width="828" alt="image" src="https://github.com/user-attachments/assets/a9205944-e690-44be-bef4-e322f153153a">
This commit is contained in:
parent
4c492344eb
commit
d8ef2c94d2
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ export const UnprivilegedInfo: React.FC = () => {
|
|||
<p>
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.agentEnrollmentFlyout.unprivilegedMessage"
|
||||
defaultMessage="To install Elastic Agent without root privileges, add the {flag} flag to the {command} install command below. For more information, see the {guideLink}"
|
||||
defaultMessage="To install Elastic Agent without root privileges, add the {flag} flag to the {command} command below. For more information, see the {guideLink}"
|
||||
values={{
|
||||
flag: <EuiCode>--unprivileged</EuiCode>,
|
||||
command: <EuiCode>sudo ./elastic-agent</EuiCode>,
|
||||
command: <EuiCode>elastic-agent install</EuiCode>,
|
||||
guideLink: (
|
||||
<EuiLink href={docLinks.links.fleet.unprivilegedMode} target="_blank" external>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue