Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Improve text strings in new agent binary download section #204988

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const EditDownloadSourceFlyout: React.FunctionComponent<EditDownloadSourc
<FormattedMessage
data-test-subj="editDownloadSourcesFlyout.hostHelpText"
id="xpack.fleet.settings.editDownloadSourcesFlyout.hostsInputDescription"
defaultMessage="Address that your agents will use to download their binary from. Specify the path to the directory containing the binary. {guideLink}"
defaultMessage="Enter the address of the directory containing the binaries to download. {guideLink}"
values={{
guideLink: (
<EuiLink href={docLinks.links.fleet.settings} target="_blank" external>
Expand Down Expand Up @@ -132,7 +132,7 @@ export const EditDownloadSourceFlyout: React.FunctionComponent<EditDownloadSourc
placeholder={i18n.translate(
Supplementing marked this conversation as resolved.
Show resolved Hide resolved
'xpack.fleet.settings.editDownloadSourcesFlyout.hostsInputPlaceholder',
{
defaultMessage: 'Specify host',
defaultMessage: 'https://artifacts.elastic.co/downloads/',
}
)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const AgentBinarySection: React.FunctionComponent<AgentBinarySectionProps
<EuiText color="subdued" size="m">
<FormattedMessage
id="xpack.fleet.settings.downloadSourcesSection.Subtitle"
defaultMessage="Specify where the agents will download their binary from. Checked default will apply to all policies unless overwritten."
defaultMessage="List of sources used by Elastic agents to download their binaries. The default source applies to all agent policies that don't have a specific binary source specified."
/>
</EuiText>
<EuiSpacer size="m" />
Expand Down