-
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
[Fleet] fix abort agent singular #142696
[Fleet] fix abort agent singular #142696
Conversation
Pinging @elastic/fleet (Team:Fleet) |
@elasticmachine merge upstream |
@@ -34,7 +34,7 @@ export const useUpdateTags = () => { | |||
const message = | |||
successMessage ?? | |||
i18n.translate('xpack.fleet.updateAgentTags.successNotificationTitle', { | |||
defaultMessage: 'Tags updated', | |||
defaultMessage: 'Tag(s) updated', |
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.
Fix #142182
updated toast message text to include singular and plural
💚 Build Succeeded
Metrics [docs]Async chunks
To update your PR or re-run it, just comment with: |
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.
LGTM
* fix abort agent singular * changed toast message to tag(s) updated Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit c46a624)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* fix abort agent singular * changed toast message to tag(s) updated Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit c46a624) Co-authored-by: Julia Bardi <[email protected]>
* fix abort agent singular * changed toast message to tag(s) updated Co-authored-by: Kibana Machine <[email protected]>
* fix abort agent singular * changed toast message to tag(s) updated Co-authored-by: Kibana Machine <[email protected]>
Summary
Fix #142555
Fixed text on Abort upgrade modal, to show correctly for 1 agent:
This action will abort upgrade of 1 agent
Covered with unit tests.
Fix #142182
updated toast message text to include singular and plural:
Tag(s) updated
Checklist