-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Ingest Manager] Copy change enroll new agent -> Add Agent #71691
[Ingest Manager] Copy change enroll new agent -> Add Agent #71691
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
@@ -85,7 +85,7 @@ export const AgentConfigActionMenu = memo<{ | |||
> | |||
<FormattedMessage | |||
id="xpack.ingestManager.agentConfigActionMenu.enrollAgentActionText" | |||
defaultMessage="Enroll agent" | |||
defaultMessage="Add Agent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be Add agent
(lowercase agent) throughout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we use Agent upper case in our doc like here for example https://www.elastic.co/downloads/elastic-agent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when it is the full "Elastic Agent" term we capitalize but I'm not sure about our UI when we have phrases like "your agents" or "View agents". maybe @dedemorton or @hbharding can clarify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with Jen. Since we're not prefacing it with "Elastic", it should be lowercase "agent". We use lower case "agent" throughout the UI. I think this is something we should revisit in 7.10 (maybe we want to say "Add Elastic Agent"), but for now, let's stay consistent and just do "Add agent"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get to comment before this was merged, but I prefer lowercase. The style guide currently says to capitalize Agent (hence it's capitalized in the docs), but I've initiated an issue to get that changed: https://github.com/elastic/style-guide/issues/176.
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
Summary
Change copy of the button to enroll new agent to be
Add Agent
insteadUI Change